hledger/hledger-no-pretty-show.patch
Jens Petersen d33f61fcc2 update to 0.23.2
- patch out pretty-show for now
- needs new tabular and wizard to build!!
2014-08-29 18:36:04 +09:00

29 lines
913 B
Diff

--- hledger-0.23.2/hledger.cabal~ 2014-05-09 06:34:03.000000000 +0900
+++ hledger-0.23.2/hledger.cabal 2014-08-29 18:32:43.377075655 +0900
@@ -98,8 +98,6 @@
,time
,utf8-string >= 0.3.5 && < 0.4
,wizards == 1.0.*
- if impl(ghc >= 7.4)
- build-depends: pretty-show >= 1.6.4
-- should depend on the above to avoid double compilation but this is
-- still too complicated as of 2011/6/1 because:
@@ -159,8 +157,6 @@
,time
,utf8-string >= 0.3.5 && < 0.4
,wizards == 1.0.*
- if impl(ghc >= 7.4)
- build-depends: pretty-show >= 1.6.4
test-suite tests
type: exitcode-stdio-1.0
@@ -195,5 +191,3 @@
, time
, transformers
, wizards == 1.0.*
- if impl(ghc >= 7.4)
- build-depends: pretty-show >= 1.6.4
Diff finished. Fri Aug 29 18:32:49 2014