network 2.4

This commit is contained in:
Michael Snoyman 2012-09-19 09:02:58 +03:00
parent 3b8b77841c
commit fef3024d30
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
name: yesod-form
version: 1.1.1.1
version: 1.1.1.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -26,7 +26,7 @@ library
, data-default
, xss-sanitize >= 0.3.0.1 && < 0.4
, blaze-builder >= 0.2.1.4 && < 0.4
, network >= 2.2 && < 2.4
, network >= 2.2
, email-validate >= 0.2.6 && < 0.3
, bytestring >= 0.9.1.4
, text >= 0.9 && < 1.0

View File

@ -1,5 +1,5 @@
name: yesod-test
version: 0.3.0
version: 0.3.0.1
license: MIT
license-file: LICENSE
author: Nubis <nubis@woobiz.com.ar>
@ -20,7 +20,7 @@ library
, transformers >= 0.2.2 && < 0.4
, wai >= 1.3 && < 1.4
, wai-test >= 1.3 && < 1.4
, network >= 2.2 && < 2.4
, network >= 2.2
, http-types >= 0.7 && < 0.8
, HUnit >= 1.2 && < 1.3
, hspec >= 1.3 && < 1.4