Merge pull request #24 from hvr/patch-1

Tighten version bound on base
This commit is contained in:
Chris Allen 2017-03-23 16:04:41 -05:00 committed by GitHub
commit 60a6a394aa

View File

@ -63,7 +63,7 @@ library
other-modules:
Database.Esqueleto.Internal.PersistentImport
build-depends:
base >= 4.5 && < 5.0
base >= 4.8 && < 5.0
, bytestring
, text >= 0.11 && < 1.3
, persistent >= 2.5 && < 2.7