require data-pprint 0.2.3, works with ghc < 7.2

This commit is contained in:
Simon Michael 2013-12-06 13:22:28 -08:00
parent 22a8020296
commit 3eac48871c

View File

@ -67,7 +67,7 @@ library
-- ,cabal-file-th
,containers
,cmdargs >= 0.10 && < 0.11
,data-pprint >= 0.2.1 && < 0.3
,data-pprint >= 0.2.3 && < 0.3
,directory
,filepath
,haskeline >= 0.6 && <= 0.8
@ -123,7 +123,7 @@ executable hledger
,base >= 4.3 && < 5
,containers
,cmdargs >= 0.10 && < 0.11
,data-pprint >= 0.2.1 && < 0.3
,data-pprint >= 0.2.3 && < 0.3
,directory
,filepath
,haskeline >= 0.6 && <= 0.8
@ -153,7 +153,7 @@ test-suite tests
, cmdargs
, containers
, csv
, data-pprint >= 0.2.1 && < 0.3
, data-pprint >= 0.2.3 && < 0.3
, directory
, filepath
, haskeline