[ghc-hgettext] Bump base upper bound to allow building with ghc-7.8

pwithnall pwithnall at fedoraproject.org
Sun Aug 31 14:38:26 UTC 2014


commit 3cc3d08f66c4b336fa0f232eb9349c262d2b4db1
Author: Philip Withnall <philip.withnall at collabora.co.uk>
Date:   Sun Aug 31 15:38:07 2014 +0100

    Bump base upper bound to allow building with ghc-7.8
    
    And rebuild.

 ghc-hgettext.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/ghc-hgettext.spec b/ghc-hgettext.spec
index c2f11a3..564a350 100644
--- a/ghc-hgettext.spec
+++ b/ghc-hgettext.spec
@@ -7,7 +7,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.1.30
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Haskell binding to libintl
 
 License:        BSD
@@ -44,6 +44,7 @@ This package provides the Haskell %{pkg_name} library development files.
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cabal-tweak-dep-ver base '<4.7' '<4.8'
 
 
 %build


More information about the scm-commits mailing list