Yesod 0.8
This commit is contained in:
parent
efe638263d
commit
99de493b44
@ -1,5 +1,5 @@
|
||||
name: yesod-persistent
|
||||
version: 0.0.0.1
|
||||
version: 0.1.0
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -13,8 +13,8 @@ homepage: http://docs.yesodweb.com/
|
||||
|
||||
library
|
||||
build-depends: base >= 4 && < 5
|
||||
, yesod-core >= 0.7 && < 0.8
|
||||
, persistent >= 0.4.1 && < 0.5
|
||||
, yesod-core >= 0.8 && < 0.9
|
||||
, persistent >= 0.5 && < 0.6
|
||||
, failure >= 0.1 && < 0.2
|
||||
, transformers >= 0.2 && < 0.3
|
||||
exposed-modules: Yesod.Persist
|
||||
|
||||
Loading…
Reference in New Issue
Block a user