Relaxed upper bounds

This commit is contained in:
Michael Snoyman 2011-11-27 15:50:02 +02:00
parent f459321498
commit 1d4f1948af
5 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ library
cpp-options: -DGHC7
else
build-depends: base >= 4 && < 4.3
build-depends: time >= 1.1.4 && < 1.3
build-depends: time >= 1.1.4
, wai >= 0.4 && < 0.5
, wai-extra >= 0.4.1 && < 0.5
, bytestring >= 0.9.1.4 && < 0.10
@ -62,7 +62,7 @@ library
, cookie >= 0.3 && < 0.4
, blaze-html >= 0.4.1.3 && < 0.5
, http-types >= 0.6.5 && < 0.7
, case-insensitive >= 0.2 && < 0.4
, case-insensitive >= 0.2
, parsec >= 2 && < 3.2
, directory >= 1 && < 1.2
, data-object >= 0.3 && < 0.4

View File

@ -16,7 +16,7 @@ library
build-depends: base >= 4 && < 5
, yesod-core >= 0.9 && < 0.10
, yesod-persistent >= 0.2 && < 0.3
, time >= 1.1.4 && < 1.3
, time >= 1.1.4
, hamlet >= 0.10 && < 0.11
, shakespeare-css >= 0.10 && < 0.11
, shakespeare-js >= 0.10 && < 0.11

View File

@ -15,7 +15,7 @@ description: Helper functions and data types for producing News feeds.
library
build-depends: base >= 4 && < 5
, yesod-core >= 0.9 && < 0.10
, time >= 1.1.4 && < 1.3
, time >= 1.1.4
, hamlet >= 0.10 && < 0.11
, bytestring >= 0.9.1.4 && < 0.10
, text >= 0.9 && < 0.12

View File

@ -15,7 +15,7 @@ description: Generate XML sitemaps.
library
build-depends: base >= 4 && < 5
, yesod-core >= 0.9 && < 0.10
, time >= 1.1.4 && < 1.3
, time >= 1.1.4
, hamlet >= 0.10 && < 0.11
exposed-modules: Yesod.Sitemap
ghc-options: -Wall

View File

@ -98,7 +98,7 @@ executable yesod
, text >= 0.11 && < 0.12
, shakespeare-text >= 0.10 && < 0.11
, bytestring >= 0.9.1.4 && < 0.10
, time >= 1.1.4 && < 1.3
, time >= 1.1.4
, template-haskell
, directory >= 1.0 && < 1.2
, Cabal >= 1.8 && < 1.13