[ghc-cabal-file-th] does not use ghci for its template-haskell

Jens Petersen petersen at fedoraproject.org
Thu Dec 13 08:57:51 UTC 2012


commit 4c976b2b1d6e0b9c1fe0adece1ff8187cab19ee1
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Dec 13 17:57:40 2012 +0900

    does not use ghci for its template-haskell

 ghc-cabal-file-th.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-cabal-file-th.spec b/ghc-cabal-file-th.spec
index d1df7a8..54dc625 100644
--- a/ghc-cabal-file-th.spec
+++ b/ghc-cabal-file-th.spec
@@ -9,7 +9,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.2.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 License:        BSD
@@ -18,10 +18,10 @@ Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{versio
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+# does not need ghci for template-haskell
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-template-haskell-devel
-ExclusiveArch:  %{ghc_arches_with_ghci}
 # End cabal-rpm deps
 
 %description
@@ -53,6 +53,9 @@ ExclusiveArch:  %{ghc_arches_with_ghci}
 
 
 %changelog
+* Thu Dec 13 2012 Jens Petersen <petersen at redhat.com> - 0.2.3-2
+- does not use ghci for its template-haskell
+
 * Tue Nov 06 2012 Jens Petersen <petersen at redhat.com> - 0.2.3-1
 - update to 0.2.3
 - added ghc_arches_with_ghci for template-haskell


More information about the scm-commits mailing list