allow utf8-string-1 (fix fpco/stackage/#426)

This commit is contained in:
Simon Michael 2015-03-15 11:06:53 -07:00
parent adf10c238d
commit c47463332a
2 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ library
,split >= 0.1 && < 0.3 ,split >= 0.1 && < 0.3
,time ,time
,transformers >= 0.2 && < 0.5 ,transformers >= 0.2 && < 0.5
,utf8-string >= 0.3.5 && < 0.4 ,utf8-string >= 0.3.5 && < 1.1
,HUnit ,HUnit
if impl(ghc >= 7.4) if impl(ghc >= 7.4)
build-depends: pretty-show >= 1.6.4 build-depends: pretty-show >= 1.6.4

View File

@ -102,7 +102,7 @@ library
,text >= 0.11 ,text >= 0.11
,tabular >= 0.2 && < 0.3 ,tabular >= 0.2 && < 0.3
,time ,time
,utf8-string >= 0.3.5 && < 0.4 ,utf8-string >= 0.3.5 && < 1.1
,wizards == 1.0.* ,wizards == 1.0.*
if impl(ghc >= 7.4) if impl(ghc >= 7.4)
build-depends: pretty-show >= 1.6.4 build-depends: pretty-show >= 1.6.4
@ -145,7 +145,7 @@ executable hledger
,tabular >= 0.2 && < 0.3 ,tabular >= 0.2 && < 0.3
,text >= 0.11 ,text >= 0.11
,time ,time
,utf8-string >= 0.3.5 && < 0.4 ,utf8-string >= 0.3.5 && < 1.1
,wizards == 1.0.* ,wizards == 1.0.*
if impl(ghc >= 7.4) if impl(ghc >= 7.4)
build-depends: pretty-show >= 1.6.4 build-depends: pretty-show >= 1.6.4