lifted-base 0.2
This commit is contained in:
parent
ff46de28b5
commit
57b8748a3d
@ -1,5 +1,5 @@
|
||||
name: yesod-auth
|
||||
version: 1.1.1.1
|
||||
version: 1.1.1.2
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman, Patrick Brisbin
|
||||
@ -37,7 +37,7 @@ library
|
||||
, http-conduit >= 1.5 && < 1.7
|
||||
, aeson >= 0.5
|
||||
, pwstore-fast >= 2.2 && < 3
|
||||
, lifted-base >= 0.1 && < 0.2
|
||||
, lifted-base >= 0.1
|
||||
, blaze-html >= 0.5 && < 0.6
|
||||
, blaze-markup >= 0.5.1 && < 0.6
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-core
|
||||
version: 1.1.2.1
|
||||
version: 1.1.2.2
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -81,7 +81,7 @@ library
|
||||
, monad-logger >= 0.2.1 && < 0.3
|
||||
, conduit >= 0.5 && < 0.6
|
||||
, resourcet >= 0.3 && < 0.5
|
||||
, lifted-base >= 0.1 && < 0.2
|
||||
, lifted-base >= 0.1
|
||||
, blaze-html >= 0.5 && < 0.6
|
||||
, blaze-markup >= 0.5.1 && < 0.6
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user