yesod-platform update
This commit is contained in:
parent
eb779fb0f6
commit
cc21c7a7ec
@ -7,4 +7,4 @@ then
|
|||||||
cabal install cabal-nirvana -fgenerate
|
cabal install cabal-nirvana -fgenerate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cabal-nirvana-generate yesod yesod-static hjsmin blaze-html yesod-test | runghc to-cabal.hs > yesod-platform.cabal
|
cabal-nirvana-generate yesod yesod-static hjsmin blaze-html yesod-test shakespeare-text | runghc to-cabal.hs > yesod-platform.cabal
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-platform
|
name: yesod-platform
|
||||||
version: 1.2.0
|
version: 1.2.0.1
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -29,7 +29,7 @@ library
|
|||||||
, blaze-html == 0.6.1.1
|
, blaze-html == 0.6.1.1
|
||||||
, blaze-markup == 0.5.1.5
|
, blaze-markup == 0.5.1.5
|
||||||
, byteorder == 1.0.4
|
, byteorder == 1.0.4
|
||||||
, case-insensitive == 1.0.0.1
|
, case-insensitive == 1.0.0.2
|
||||||
, cereal == 0.3.5.2
|
, cereal == 0.3.5.2
|
||||||
, certificate == 1.3.7
|
, certificate == 1.3.7
|
||||||
, cipher-aes == 0.1.8
|
, cipher-aes == 0.1.8
|
||||||
@ -38,7 +38,7 @@ library
|
|||||||
, conduit == 1.0.5
|
, conduit == 1.0.5
|
||||||
, cookie == 0.4.0.1
|
, cookie == 0.4.0.1
|
||||||
, cprng-aes == 0.3.4
|
, cprng-aes == 0.3.4
|
||||||
, crypto-api == 0.12
|
, crypto-api == 0.12.1
|
||||||
, crypto-conduit == 0.5.2
|
, crypto-conduit == 0.5.2
|
||||||
, crypto-numbers == 0.1.3
|
, crypto-numbers == 0.1.3
|
||||||
, crypto-pubkey == 0.1.3
|
, crypto-pubkey == 0.1.3
|
||||||
@ -63,14 +63,14 @@ library
|
|||||||
, hamlet == 1.1.7.1
|
, hamlet == 1.1.7.1
|
||||||
, hashable == 1.2.0.7
|
, hashable == 1.2.0.7
|
||||||
, hjsmin == 0.1.4.1
|
, hjsmin == 0.1.4.1
|
||||||
, hspec == 1.5.3
|
, hspec == 1.5.4
|
||||||
, hspec-expectations == 0.3.2
|
, hspec-expectations == 0.3.2
|
||||||
, html-conduit == 1.1.0
|
, html-conduit == 1.1.0
|
||||||
, http-conduit == 1.9.3
|
, http-conduit == 1.9.3
|
||||||
, http-date == 0.0.4
|
, http-date == 0.0.4
|
||||||
, http-types == 0.8.0
|
, http-types == 0.8.0
|
||||||
, language-javascript == 0.5.7
|
, language-javascript == 0.5.7
|
||||||
, lifted-base == 0.2.0.4
|
, lifted-base == 0.2.0.5
|
||||||
, mime-mail == 0.4.1.2
|
, mime-mail == 0.4.1.2
|
||||||
, mime-types == 0.1.0.3
|
, mime-types == 0.1.0.3
|
||||||
, mmorph == 1.0.0
|
, mmorph == 1.0.0
|
||||||
@ -96,6 +96,7 @@ library
|
|||||||
, shakespeare-css == 1.0.5.1
|
, shakespeare-css == 1.0.5.1
|
||||||
, shakespeare-i18n == 1.0.0.2
|
, shakespeare-i18n == 1.0.0.2
|
||||||
, shakespeare-js == 1.1.4
|
, shakespeare-js == 1.1.4
|
||||||
|
, shakespeare-text == 1.0.0.5
|
||||||
, silently == 1.2.4.1
|
, silently == 1.2.4.1
|
||||||
, simple-sendfile == 0.2.11
|
, simple-sendfile == 0.2.11
|
||||||
, skein == 1.0.3
|
, skein == 1.0.3
|
||||||
@ -127,9 +128,9 @@ library
|
|||||||
, xml-types == 0.3.3
|
, xml-types == 0.3.3
|
||||||
, xss-sanitize == 0.3.3
|
, xss-sanitize == 0.3.3
|
||||||
, yaml == 0.8.2.4
|
, yaml == 0.8.2.4
|
||||||
, yesod == 1.2.0
|
, yesod == 1.2.0.1
|
||||||
, yesod-auth == 1.2.0
|
, yesod-auth == 1.2.0
|
||||||
, yesod-core == 1.2.0
|
, yesod-core == 1.2.0.4
|
||||||
, yesod-form == 1.3.0
|
, yesod-form == 1.3.0
|
||||||
, yesod-persistent == 1.2.0
|
, yesod-persistent == 1.2.0
|
||||||
, yesod-routes == 1.2.0
|
, yesod-routes == 1.2.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user