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

pwithnall pwithnall at fedoraproject.org
Sun Aug 31 14:46:27 UTC 2014


commit fe3b52115b6bf79486bae244096e82abe28fe3c3
Author: Philip Withnall <philip.withnall at collabora.co.uk>
Date:   Sun Aug 31 15:46:20 2014 +0100

    Revert "Bump base upper bound to allow building with ghc-7.8"
    
    This reverts commit 3cc3d08f66c4b336fa0f232eb9349c262d2b4db1.
    
    The cabal-tweak-dep-ver was incorrect and unnecessary.

 ghc-hgettext.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/ghc-hgettext.spec b/ghc-hgettext.spec
index 564a350..c2f11a3 100644
--- a/ghc-hgettext.spec
+++ b/ghc-hgettext.spec
@@ -7,7 +7,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.1.30
-Release:        3%{?dist}
+Release:        2%{?dist}
 Summary:        Haskell binding to libintl
 
 License:        BSD
@@ -44,7 +44,6 @@ 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