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

This reverts commit 3cc3d08f66.

The cabal-tweak-dep-ver was incorrect and unnecessary.
This commit is contained in:
Philip Withnall 2014-08-31 15:46:20 +01:00
parent 3cc3d08f66
commit fe3b52115b
1 changed files with 1 additions and 2 deletions

View File

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