Merge pull request #1 from fpco/fpco-all-ghc78

Bump upper bounds for base and text
This commit is contained in:
Michael Snoyman 2014-05-14 08:00:55 +03:00
commit 3604f768fe

View File

@ -63,8 +63,8 @@ library
other-modules:
Database.Esqueleto.Internal.PersistentImport
build-depends:
base >= 4.5 && < 4.7
, text == 0.11.*
base >= 4.5 && < 4.8
, text >= 0.11 && < 1.2
, persistent >= 2.0 && < 2.1
, transformers >= 0.2
, unordered-containers >= 0.2