support persistent 2.11
This commit is contained in:
parent
bcae4c99b1
commit
41bcace5fc
@ -1,5 +1,5 @@
|
||||
name: yesod-auth
|
||||
version: 1.6.10
|
||||
version: 1.6.10.1
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman, Patrick Brisbin
|
||||
@ -43,7 +43,7 @@ library
|
||||
, http-types
|
||||
, memory
|
||||
, nonce >= 1.0.2 && < 1.1
|
||||
, persistent >= 2.8 && < 2.11
|
||||
, persistent >= 2.8 && < 2.12
|
||||
, random >= 1.0.0.2
|
||||
, safe
|
||||
, shakespeare
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-persistent
|
||||
version: 1.6.0.4
|
||||
version: 1.6.0.5
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -16,7 +16,7 @@ extra-source-files: README.md ChangeLog.md
|
||||
library
|
||||
build-depends: base >= 4.10 && < 5
|
||||
, yesod-core >= 1.6 && < 1.7
|
||||
, persistent >= 2.8 && < 2.11
|
||||
, persistent >= 2.8 && < 2.12
|
||||
, persistent-template >= 2.1 && < 2.9
|
||||
, transformers >= 0.2.2
|
||||
, blaze-builder
|
||||
|
||||
Loading…
Reference in New Issue
Block a user