Remove text upper bounds

This commit is contained in:
Michael Snoyman 2013-12-04 15:01:07 +02:00
parent 1747e2fdc8
commit 853e7ad7b5
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.2.6
version: 1.2.6.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -29,7 +29,7 @@ library
, wai >= 1.4
, wai-extra >= 1.3
, bytestring >= 0.9.1.4
, text >= 0.7 && < 0.12
, text >= 0.7
, template-haskell
, path-pieces >= 0.1.2 && < 0.2
, hamlet >= 1.1 && < 1.2

View File

@ -1,5 +1,5 @@
name: yesod-eventsource
version: 1.1
version: 1.1.0.1
license: MIT
license-file: LICENSE
author: Felipe Lessa <felipe.lessa@gmail.com>

View File

@ -1,5 +1,5 @@
name: yesod-routes
version: 1.2.0.1
version: 1.2.0.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -16,7 +16,7 @@ extra-source-files:
library
build-depends: base >= 4 && < 5
, text >= 0.5 && < 0.12
, text >= 0.5
, vector >= 0.8 && < 0.11
, containers >= 0.2
, template-haskell
@ -42,7 +42,7 @@ test-suite runtests
build-depends: base >= 4.3 && < 5
, yesod-routes
, text >= 0.5 && < 0.12
, text >= 0.5
, HUnit >= 1.2 && < 1.3
, hspec >= 1.3
, containers