persistent 1.3 support
This commit is contained in:
parent
6d24a20675
commit
646c115257
@ -65,7 +65,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.5 && < 4.7
|
base >= 4.5 && < 4.7
|
||||||
, text == 0.11.*
|
, text == 0.11.*
|
||||||
, persistent == 1.2.*
|
, persistent >= 1.2 && < 1.4
|
||||||
, transformers >= 0.2
|
, transformers >= 0.2
|
||||||
, unordered-containers >= 0.2
|
, unordered-containers >= 0.2
|
||||||
, tagged >= 0.2
|
, tagged >= 0.2
|
||||||
@ -91,8 +91,8 @@ test-suite test
|
|||||||
, HUnit
|
, HUnit
|
||||||
, QuickCheck
|
, QuickCheck
|
||||||
, hspec >= 1.3 && < 1.8
|
, hspec >= 1.3 && < 1.8
|
||||||
, persistent-sqlite == 1.2.*
|
, persistent-sqlite >= 1.2 && < 1.4
|
||||||
, persistent-template == 1.2.*
|
, persistent-template >= 1.2 && < 1.4
|
||||||
, monad-control
|
, monad-control
|
||||||
, monad-logger >= 0.3
|
, monad-logger >= 0.3
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user