Compare commits

...

2 Commits

Author SHA1 Message Date
Michael Snoyman
1d4f52a8b0 http-reverse-proxy upper bound 2013-07-05 13:48:24 +03:00
Michael Snoyman
f8a2750a5c Fix tagged version 2013-04-25 09:09:23 +03:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: yesod-platform name: yesod-platform
version: 1.1.9 version: 1.1.9.1
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>
@ -114,7 +114,7 @@ library
, stringsearch == 0.3.6.4 , stringsearch == 0.3.6.4
, system-fileio == 0.3.11 , system-fileio == 0.3.11
, system-filepath == 0.4.7 , system-filepath == 0.4.7
, tagged == 0.4 , tagged == 0.4.5
, tagsoup == 0.12.8 , tagsoup == 0.12.8
, tagstream-conduit == 0.5.4 , tagstream-conduit == 0.5.4
, tar == 0.4.0.1 , tar == 0.4.0.1

View File

@ -1,5 +1,5 @@
name: yesod name: yesod
version: 1.1.9.3 version: 1.1.9.4
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>
@ -106,7 +106,7 @@ executable yesod
, resourcet >= 0.3 && < 0.5 , resourcet >= 0.3 && < 0.5
, base64-bytestring , base64-bytestring
, lifted-base , lifted-base
, http-reverse-proxy >= 0.1.1 , http-reverse-proxy >= 0.1.1 && < 0.2
, network , network
, http-conduit , http-conduit
, network-conduit , network-conduit