platform update

This commit is contained in:
Michael Snoyman 2013-12-29 08:38:25 +02:00
parent aedd5aff36
commit f76b09856b

View File

@ -1,5 +1,5 @@
name: yesod-platform name: yesod-platform
version: 1.2.5.2 version: 1.2.5.3
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>
@ -16,9 +16,9 @@ library
build-depends: base >= 4 && < 5 build-depends: base >= 4 && < 5
, SHA == 1.6.1 , SHA == 1.6.1
, aeson == 0.6.2.1 , aeson == 0.6.2.1
, ansi-terminal == 0.6 , ansi-terminal == 0.6.1
, asn1-data == 0.7.1 , asn1-data == 0.7.1
, asn1-types == 0.2.2 , asn1-types == 0.2.3
, attoparsec == 0.10.4.0 , attoparsec == 0.10.4.0
, attoparsec-conduit == 1.0.1.2 , attoparsec-conduit == 1.0.1.2
, authenticate == 1.3.2.6 , authenticate == 1.3.2.6
@ -45,7 +45,7 @@ library
, crypto-cipher-types == 0.0.9 , crypto-cipher-types == 0.0.9
, crypto-conduit == 0.5.2.1 , crypto-conduit == 0.5.2.1
, crypto-numbers == 0.2.3 , crypto-numbers == 0.2.3
, crypto-pubkey == 0.2.3 , crypto-pubkey == 0.2.4
, crypto-pubkey-types == 0.4.1 , crypto-pubkey-types == 0.4.1
, crypto-random == 0.0.7 , crypto-random == 0.0.7
, cryptohash == 0.11.1 , cryptohash == 0.11.1
@ -61,34 +61,34 @@ library
, email-validate == 1.0.0 , email-validate == 1.0.0
, entropy == 0.2.2.4 , entropy == 0.2.2.4
, failure == 0.2.0.1 , failure == 0.2.0.1
, fast-logger == 2.0.0 , fast-logger == 2.1.0
, file-embed == 0.0.6 , file-embed == 0.0.6
, filesystem-conduit == 1.0.0.1 , filesystem-conduit == 1.0.0.1
, hamlet == 1.1.7.5 , hamlet == 1.1.7.6
, hjsmin == 0.1.4.4 , hjsmin == 0.1.4.4
, hspec == 1.8.1.1 , hspec == 1.8.1.1
, hspec-expectations == 0.5.0.1 , hspec-expectations == 0.5.0.1
, html-conduit == 1.1.0.1 , html-conduit == 1.1.0.1
, http-attoparsec == 0.1.0 , http-attoparsec == 0.1.0
, http-client == 0.2.0.3 , http-client == 0.2.0.3
, http-client-conduit == 0.2.0.0 , http-client-conduit == 0.2.0.1
, http-client-tls == 0.2.0.0 , http-client-tls == 0.2.0.2
, http-conduit == 2.0.0.2 , http-conduit == 2.0.0.3
, http-date == 0.0.4 , http-date == 0.0.4
, http-types == 0.8.3 , http-types == 0.8.3
, language-javascript == 0.5.8 , language-javascript == 0.5.8
, lifted-base == 0.2.1.1 , lifted-base == 0.2.1.1
, mime-mail == 0.4.2.1 , mime-mail == 0.4.3
, mime-types == 0.1.0.3 , mime-types == 0.1.0.3
, mmorph == 1.0.0 , mmorph == 1.0.0
, monad-control == 0.3.2.2 , monad-control == 0.3.2.2
, monad-logger == 0.3.3.1 , monad-logger == 0.3.4.0
, monad-loops == 0.4.2 , monad-loops == 0.4.2
, network-conduit == 1.0.0 , network-conduit == 1.0.0
, path-pieces == 0.1.3.1 , path-pieces == 0.1.3.1
, pem == 0.2.1 , pem == 0.2.1
, persistent == 1.2.3.0 , persistent == 1.3.0
, persistent-template == 1.2.0.6 , persistent-template == 1.3.0
, pool-conduit == 0.1.2 , pool-conduit == 0.1.2
, primitive == 0.5.1.0 , primitive == 0.5.1.0
, process-conduit == 1.0.0.1 , process-conduit == 1.0.0.1
@ -97,12 +97,12 @@ library
, pwstore-fast == 2.4.1 , pwstore-fast == 2.4.1
, quickcheck-io == 0.1.0 , quickcheck-io == 0.1.0
, resource-pool == 0.2.1.1 , resource-pool == 0.2.1.1
, resourcet == 0.4.9 , resourcet == 0.4.10
, safe == 0.3.3 , safe == 0.3.3
, securemem == 0.1.3 , securemem == 0.1.3
, semigroups == 0.12.1 , semigroups == 0.12.1
, setenv == 0.1.1 , setenv == 0.1.1
, shakespeare == 1.2.0.3 , shakespeare == 1.2.0.4
, shakespeare-css == 1.0.6.6 , shakespeare-css == 1.0.6.6
, shakespeare-i18n == 1.0.0.5 , shakespeare-i18n == 1.0.0.5
, shakespeare-js == 1.2.0.2 , shakespeare-js == 1.2.0.2
@ -129,22 +129,22 @@ library
, void == 0.6.1 , void == 0.6.1
, wai == 2.0.0 , wai == 2.0.0
, wai-app-static == 2.0.0.2 , wai-app-static == 2.0.0.2
, wai-extra == 2.0.1 , wai-extra == 2.0.1.2
, wai-logger == 2.0.1 , wai-logger == 2.1.0
, wai-test == 2.0.0.1 , wai-test == 2.0.0.1
, warp == 2.0.1 , warp == 2.0.1
, word8 == 0.0.4 , word8 == 0.0.4
, xml-conduit == 1.1.0.9 , xml-conduit == 1.1.0.9
, xml-types == 0.3.4 , xml-types == 0.3.4
, xss-sanitize == 0.3.4 , xss-sanitize == 0.3.4.1
, yaml == 0.8.5.2 , yaml == 0.8.5.2
, yesod == 1.2.4 , yesod == 1.2.4
, yesod-auth == 1.2.4 , yesod-auth == 1.2.5.2
, yesod-core == 1.2.6.2 , yesod-core == 1.2.6.4
, yesod-form == 1.3.4.1 , yesod-form == 1.3.4.2
, yesod-persistent == 1.2.2 , yesod-persistent == 1.2.2.1
, yesod-routes == 1.2.0.3 , yesod-routes == 1.2.0.5
, yesod-static == 1.2.2 , yesod-static == 1.2.2.1
, yesod-test == 1.2.1 , yesod-test == 1.2.1
, zlib-bindings == 0.1.1.3 , zlib-bindings == 0.1.1.3
, zlib-conduit == 1.0.0 , zlib-conduit == 1.0.0