Bump base upper bound to allow building with ghc-7.8

And rebuild.
This commit is contained in:
Philip Withnall 2014-08-31 15:38:07 +01:00
parent 3afcfa53d9
commit 3cc3d08f66
1 changed files with 2 additions and 1 deletions

View File

@ -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