bumped up dependency on the lowest persistent version we need

This commit is contained in:
Alberto Valverde 2015-04-10 10:06:34 +02:00
parent 48cae5396e
commit 02fa5350fe

View File

@ -64,9 +64,9 @@ library
other-modules:
Database.Esqueleto.Internal.PersistentImport
build-depends:
base >= 4.5 && < 4.9
, text >= 0.11 && < 1.3
, persistent >= 2.1 && < 2.2
base >= 4.5 && < 4.9
, text >= 0.11 && < 1.3
, persistent >= 2.1.1.7 && < 2.2
, transformers >= 0.2
, unordered-containers >= 0.2
, tagged >= 0.2