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