Minor yesod-platform update
This commit is contained in:
parent
ce71775067
commit
62da244763
@ -1,5 +1,5 @@
|
|||||||
name: yesod-platform
|
name: yesod-platform
|
||||||
version: 1.2.5
|
version: 1.2.5.1
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -70,7 +70,7 @@ library
|
|||||||
, 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.2
|
, http-client == 0.2.0.3
|
||||||
, http-client-conduit == 0.2.0.0
|
, http-client-conduit == 0.2.0.0
|
||||||
, http-client-tls == 0.2.0.0
|
, http-client-tls == 0.2.0.0
|
||||||
, http-conduit == 2.0.0.2
|
, http-conduit == 2.0.0.2
|
||||||
@ -85,10 +85,10 @@ library
|
|||||||
, monad-logger == 0.3.3.1
|
, monad-logger == 0.3.3.1
|
||||||
, 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
|
, path-pieces == 0.1.3.1
|
||||||
, pem == 0.2.1
|
, pem == 0.2.1
|
||||||
, persistent == 1.2.3.0
|
, persistent == 1.2.3.0
|
||||||
, persistent-template == 1.2.0.5
|
, persistent-template == 1.2.0.6
|
||||||
, 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
|
||||||
@ -132,7 +132,7 @@ library
|
|||||||
, wai-extra == 2.0.0.1
|
, wai-extra == 2.0.0.1
|
||||||
, wai-logger == 2.0.1
|
, wai-logger == 2.0.1
|
||||||
, wai-test == 2.0.0.1
|
, wai-test == 2.0.0.1
|
||||||
, warp == 2.0.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
|
||||||
@ -143,7 +143,7 @@ library
|
|||||||
, yesod-core == 1.2.6.1
|
, yesod-core == 1.2.6.1
|
||||||
, yesod-form == 1.3.4
|
, yesod-form == 1.3.4
|
||||||
, yesod-persistent == 1.2.2
|
, yesod-persistent == 1.2.2
|
||||||
, yesod-routes == 1.2.0.2
|
, yesod-routes == 1.2.0.3
|
||||||
, yesod-static == 1.2.2
|
, yesod-static == 1.2.2
|
||||||
, yesod-test == 1.2.1
|
, yesod-test == 1.2.1
|
||||||
, zlib-bindings == 0.1.1.3
|
, zlib-bindings == 0.1.1.3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user