require data-pprint 0.2.3, works with ghc < 7.2

This commit is contained in:
Simon Michael 2013-12-06 13:58:06 -08:00
parent 13641eab66
commit b2c6a8e7d2
2 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@ library
,cmdargs >= 0.10 && < 0.11
,containers
,csv
,data-pprint
,data-pprint >= 0.2.3 && < 0.3
,directory
,filepath
,mtl
@ -91,7 +91,7 @@ test-suite tests
, cmdargs
, containers
, csv
, data-pprint
, data-pprint >= 0.2.3 && < 0.3
, directory
, filepath
, HUnit

View File

@ -67,7 +67,7 @@ library
-- ,cabal-file-th
,containers
,cmdargs >= 0.10 && < 0.11
,data-pprint >= 0.2.3 && < 0.3
,data-pprint >= 0.2.1 && < 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.3 && < 0.3
,data-pprint >= 0.2.1 && < 0.3
,directory
,filepath
,haskeline >= 0.6 && <= 0.8
@ -153,7 +153,7 @@ test-suite tests
, cmdargs
, containers
, csv
, data-pprint >= 0.2.3 && < 0.3
, data-pprint >= 0.2.1 && < 0.3
, directory
, filepath
, haskeline