[ghc-hint] requires ghci to build (#1121624)

Jens Petersen petersen at fedoraproject.org
Tue Jul 22 04:02:13 UTC 2014


commit 2e448ca0392dbf323b40de86467f9061def101ce
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jul 22 13:01:58 2014 +0900

    requires ghci to build (#1121624)

 ghc-hint.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ghc-hint.spec b/ghc-hint.spec
index 7a9abc5..01f8398 100644
--- a/ghc-hint.spec
+++ b/ghc-hint.spec
@@ -12,7 +12,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.4.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Runtime Haskell interpreter
 
 License:        BSD
@@ -37,6 +37,9 @@ BuildRequires:  ghc-utf8-string-devel
 BuildRequires:  ghc-HUnit-devel
 %endif
 # End cabal-rpm deps
+# needs GHC.setContext, GHC.compileExpr, etc (#1121624)
+ExclusiveArch:  %{ghc_arches_with_ghci}
+
 
 %description
 This library defines an 'Interpreter' monad. It allows to load Haskell modules,
@@ -93,6 +96,9 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
+* Tue Jul 22 2014 Jens Petersen <petersen at redhat.com> - 0.4.2.0-2
+- requires ghci libHSghc to compile (#1121624)
+
 * Mon May 19 2014 Jens Petersen <petersen at redhat.com> - 0.4.2.0-1
 - spec file generated by cabal-rpm-0.8.11
 - disable tests on arm for now


More information about the scm-commits mailing list