Allow persistent-2.2.

This commit is contained in:
Felipe Lessa 2015-06-24 11:14:11 -03:00
parent 203c94cf1e
commit 7b9e83366b

View File

@ -22,7 +22,7 @@ library
, bytestring
, cereal >= 0.4
, path-pieces
, persistent == 2.1.*
, persistent >= 2.1 && < 2.3
, tagged >= 0.8
, text
, time
@ -64,8 +64,8 @@ test-suite tests
, hspec >= 2.1 && < 3
, monad-logger
, persistent-sqlite == 2.1.*
, persistent-postgresql == 2.1.*
, persistent-sqlite >= 2.1 && < 2.3
, persistent-postgresql >= 2.1 && < 2.3
, resource-pool
, QuickCheck