Require newer shakespeare

This commit is contained in:
Ben Boeckel 2015-03-01 22:39:14 -05:00
parent d993725823
commit 4c7d96aeb9
1 changed files with 5 additions and 2 deletions

View File

@ -12,8 +12,10 @@ Summary: The main command-line interface for the hledger accounting tool
License: GPLv3
Url: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
# http://www.yesodweb.com/blog/2014/04/consolidation-progress
Patch0: hledger-0.24-req-new-shakespeare.patch
# rhbz(974725)
Patch0: hledger-0.24-no-pretty-show.patch
Patch1: hledger-0.24-no-pretty-show.patch
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -80,7 +82,8 @@ This package provides the Haskell %{name} library development files.
%prep
%setup -q
%patch0 -p1 -b .no-pretty-show
%patch0 -p1 -b .req-new-shakespeare
%patch1 -p1 -b .no-pretty-show
%build