From 3cc3d08f66c4b336fa0f232eb9349c262d2b4db1 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 31 Aug 2014 15:38:07 +0100 Subject: [PATCH] Bump base upper bound to allow building with ghc-7.8 And rebuild. --- ghc-hgettext.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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