yesod-platform update

This commit is contained in:
Michael Snoyman 2014-01-16 19:29:42 +02:00
parent 1479f44f82
commit dfcbe249e4
2 changed files with 36 additions and 28 deletions

View File

@ -7,4 +7,4 @@ then
cabal install cabal-nirvana -fgenerate
fi
cabal-nirvana-generate yesod yesod-static hjsmin blaze-html yesod-test shakespeare-text | runghc to-cabal.hs > yesod-platform.cabal
cabal-nirvana-generate yesod yesod-static hjsmin blaze-html yesod-test shakespeare-text esqueleto warp-tls hjsmin | runghc to-cabal.hs > yesod-platform.cabal

View File

@ -1,5 +1,5 @@
name: yesod-platform
version: 1.2.5.3
version: 1.2.6
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -15,39 +15,44 @@ homepage: http://www.yesodweb.com/
library
build-depends: base >= 4 && < 5
, SHA == 1.6.1
, aeson == 0.6.2.1
, aeson == 0.7.0.0
, ansi-terminal == 0.6.1
, asn1-data == 0.7.1
, asn1-types == 0.2.3
, attoparsec == 0.10.4.0
, attoparsec == 0.11.1.0
, attoparsec-conduit == 1.0.1.2
, authenticate == 1.3.2.6
, base-unicode-symbols == 0.2.2.4
, base64-bytestring == 1.0.0.1
, blaze-builder == 0.3.3.2
, blaze-builder-conduit == 1.0.0
, blaze-html == 0.6.1.2
, blaze-markup == 0.5.1.6
, blaze-html == 0.6.1.3
, blaze-markup == 0.5.2.1
, byteable == 0.1.1
, byteorder == 1.0.4
, case-insensitive == 1.1.0.2
, case-insensitive == 1.1.0.3
, cereal == 0.4.0.1
, certificate == 1.3.9
, cipher-aes == 0.2.6
, cipher-blowfish == 0.0.3
, cipher-camellia == 0.0.2
, cipher-des == 0.0.6
, cipher-rc4 == 0.1.4
, clientsession == 0.9.0.3
, conduit == 1.0.9.3
, conduit == 1.0.10
, connection == 0.1.3.1
, control-monad-loop == 0.1
, cookie == 0.4.0.1
, cprng-aes == 0.5.2
, crypto-api == 0.12.2.2
, crypto-api == 0.13
, crypto-cipher-types == 0.0.9
, crypto-conduit == 0.5.2.1
, crypto-conduit == 0.5.2.2
, crypto-numbers == 0.2.3
, crypto-pubkey == 0.2.4
, crypto-pubkey-types == 0.4.1
, crypto-random == 0.0.7
, crypto-random-api == 0.2.0
, cryptocipher == 0.6.2
, cryptohash == 0.11.1
, cryptohash-cryptoapi == 0.1.0
, css-text == 0.1.1
@ -60,8 +65,9 @@ library
, dlist == 0.6.0.1
, email-validate == 1.0.0
, entropy == 0.2.2.4
, esqueleto == 1.3.4.3
, failure == 0.2.0.1
, fast-logger == 2.1.0
, fast-logger == 2.1.4
, file-embed == 0.0.6
, filesystem-conduit == 1.0.0.1
, hamlet == 1.1.7.6
@ -69,8 +75,8 @@ library
, hspec == 1.8.1.1
, hspec-expectations == 0.5.0.1
, html-conduit == 1.1.0.1
, http-attoparsec == 0.1.0
, http-client == 0.2.0.3
, http-attoparsec == 0.1.1
, http-client == 0.2.1
, http-client-conduit == 0.2.0.1
, http-client-tls == 0.2.0.2
, http-conduit == 2.0.0.3
@ -80,15 +86,15 @@ library
, lifted-base == 0.2.1.1
, mime-mail == 0.4.3
, mime-types == 0.1.0.3
, mmorph == 1.0.0
, mmorph == 1.0.1
, monad-control == 0.3.2.2
, monad-logger == 0.3.4.0
, monad-loops == 0.4.2
, network-conduit == 1.0.0
, network-conduit == 1.0.1
, path-pieces == 0.1.3.1
, pem == 0.2.1
, persistent == 1.3.0
, persistent-template == 1.3.0
, persistent == 1.3.0.2
, persistent-template == 1.3.1
, pool-conduit == 0.1.2
, primitive == 0.5.1.0
, process-conduit == 1.0.0.1
@ -99,8 +105,9 @@ library
, resource-pool == 0.2.1.1
, resourcet == 0.4.10
, safe == 0.3.3
, scientific == 0.2.0.1
, securemem == 0.1.3
, semigroups == 0.12.1
, semigroups == 0.12.2
, setenv == 0.1.1
, shakespeare == 1.2.0.4
, shakespeare-css == 1.0.6.6
@ -109,12 +116,12 @@ library
, shakespeare-text == 1.0.0.10
, silently == 1.2.4.1
, simple-sendfile == 0.2.13
, skein == 1.0.8
, skein == 1.0.8.1
, socks == 0.5.4
, stm-chans == 3.0.0
, stringsearch == 0.3.6.5
, system-fileio == 0.3.11
, system-filepath == 0.4.8
, system-fileio == 0.3.12
, system-filepath == 0.4.9
, tagged == 0.7
, tagsoup == 0.13
, tagstream-conduit == 0.5.4.1
@ -129,21 +136,22 @@ library
, void == 0.6.1
, wai == 2.0.0
, wai-app-static == 2.0.0.2
, wai-extra == 2.0.1.2
, wai-logger == 2.1.0
, wai-extra == 2.0.2
, wai-logger == 2.1.1
, wai-test == 2.0.0.1
, warp == 2.0.1
, warp == 2.0.2
, warp-tls == 2.0.1
, word8 == 0.0.4
, xml-conduit == 1.1.0.9
, xml-types == 0.3.4
, xss-sanitize == 0.3.4.1
, yaml == 0.8.5.2
, xss-sanitize == 0.3.4.2
, yaml == 0.8.5.3
, yesod == 1.2.4
, yesod-auth == 1.2.5.2
, yesod-core == 1.2.6.4
, yesod-core == 1.2.6.5
, yesod-form == 1.3.4.2
, yesod-persistent == 1.2.2.1
, yesod-routes == 1.2.0.5
, yesod-routes == 1.2.0.6
, yesod-static == 1.2.2.1
, yesod-test == 1.2.1
, zlib-bindings == 0.1.1.3