diff -u -r -U5 hledger-0.24/hledger.cabal hledger-0.24.no-pretty-show/hledger.cabal --- hledger-0.24/hledger.cabal 2014-12-25 14:40:58.000000000 -0500 +++ hledger-0.24.no-pretty-show/hledger.cabal 2015-03-01 21:56:38.361487372 -0500 @@ -98,12 +98,10 @@ ,text >= 0.11 ,tabular >= 0.2 && < 0.3 ,time ,utf8-string >= 0.3.5 && < 0.4 ,wizards == 1.0.* - if impl(ghc >= 7.4) - build-depends: pretty-show >= 1.6.4 executable hledger main-is: hledger-cli.hs hs-source-dirs: app @@ -140,12 +138,10 @@ ,tabular >= 0.2 && < 0.3 ,text >= 0.11 ,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 main-is: suite.hs @@ -181,12 +177,10 @@ , test-framework-hunit , text , time , transformers , wizards == 1.0.* - if impl(ghc >= 7.4) - build-depends: pretty-show >= 1.6.4 -- not a standard cabal bench test, I think benchmark bench type: exitcode-stdio-1.0