From c47463332a10b88a61f16a46e031209ecc21d851 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 15 Mar 2015 11:06:53 -0700 Subject: [PATCH] allow utf8-string-1 (fix fpco/stackage/#426) --- hledger-lib/hledger-lib.cabal | 2 +- hledger/hledger.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 8246c50ec..bbc7f1cdc 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -102,7 +102,7 @@ library ,split >= 0.1 && < 0.3 ,time ,transformers >= 0.2 && < 0.5 - ,utf8-string >= 0.3.5 && < 0.4 + ,utf8-string >= 0.3.5 && < 1.1 ,HUnit if impl(ghc >= 7.4) build-depends: pretty-show >= 1.6.4 diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index a15595d73..661240344 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -102,7 +102,7 @@ library ,text >= 0.11 ,tabular >= 0.2 && < 0.3 ,time - ,utf8-string >= 0.3.5 && < 0.4 + ,utf8-string >= 0.3.5 && < 1.1 ,wizards == 1.0.* if impl(ghc >= 7.4) build-depends: pretty-show >= 1.6.4 @@ -145,7 +145,7 @@ executable hledger ,tabular >= 0.2 && < 0.3 ,text >= 0.11 ,time - ,utf8-string >= 0.3.5 && < 0.4 + ,utf8-string >= 0.3.5 && < 1.1 ,wizards == 1.0.* if impl(ghc >= 7.4) build-depends: pretty-show >= 1.6.4