yesod-persistent: Make it work with persistent 2.5

This commit is contained in:
Erik de Castro Lopo 2016-04-15 14:41:55 +10:00
parent 226c381baa
commit d101c8eebe

View File

@ -17,7 +17,7 @@ library
build-depends: base >= 4 && < 5
, yesod-core >= 1.4.0 && < 1.5
, persistent >= 2.1 && < 2.6
, persistent-template >= 2.1 && < 2.2
, persistent-template >= 2.1 && < 2.6
, transformers >= 0.2.2
, blaze-builder
, conduit