blaze-html 0.6

This commit is contained in:
Michael Snoyman 2013-02-18 18:15:05 +02:00
parent a73cac167e
commit 459e5c29bf
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
name: yesod-auth
version: 1.1.5.1
version: 1.1.5.2
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin
@ -40,8 +40,8 @@ library
, aeson >= 0.5
, pwstore-fast >= 2.2 && < 3
, lifted-base >= 0.1
, blaze-html >= 0.5 && < 0.6
, blaze-markup >= 0.5.1 && < 0.6
, blaze-html >= 0.5
, blaze-markup >= 0.5.1
, network
, http-types
, file-embed

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.1.8.1
version: 1.1.8.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -83,8 +83,8 @@ library
, conduit >= 0.5
, resourcet >= 0.3 && < 0.5
, lifted-base >= 0.1
, blaze-html >= 0.5 && < 0.6
, blaze-markup >= 0.5.1 && < 0.6
, blaze-html >= 0.5
, blaze-markup >= 0.5.1
exposed-modules: Yesod.Content
Yesod.Core

View File

@ -1,5 +1,5 @@
name: yesod
version: 1.1.8.1
version: 1.1.8.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -41,8 +41,8 @@ library
, shakespeare-js >= 1.0.2 && < 1.2
, shakespeare-css >= 1.0 && < 1.1
, warp >= 1.3 && < 1.4
, blaze-html >= 0.5 && < 0.6
, blaze-markup >= 0.5.1 && < 0.6
, blaze-html >= 0.5
, blaze-markup >= 0.5.1
, aeson
exposed-modules: Yesod