remove upper bounds

This commit is contained in:
nek0 2018-08-10 19:37:13 +02:00
parent 66b57c92f0
commit a388599871
1 changed files with 18 additions and 18 deletions

View File

@ -66,34 +66,34 @@ library
RecordWildCards
build-depends: base >= 4 && < 5
, yesod >= 1.4.1 && < 1.5
, yesod-core >= 1.4.0 && < 1.5
, yesod-auth >= 1.4.0 && < 1.5
, yesod-static >= 1.4.0.3 && < 1.6
, yesod-form >= 1.4.0 && < 1.5
, yesod >= 1.4.1
, yesod-core >= 1.4.0
, yesod-auth >= 1.4.0
, yesod-static >= 1.4.0.3
, yesod-form >= 1.4.0
, classy-prelude >= 0.10.2
, classy-prelude-conduit >= 0.10.2
, classy-prelude-yesod >= 0.10.2
, bytestring >= 0.9 && < 0.11
, text >= 0.11 && < 2.0
, bytestring >= 0.9
, text >= 0.11
, persistent >= 2.0
, persistent-postgresql >= 2.1.2
, persistent-template >= 2.0
, template-haskell
, shakespeare >= 2.0 && < 2.1
, hjsmin >= 0.1 && < 0.3
, monad-control >= 0.3 && < 1.1
, wai-extra >= 3.0 && < 3.1
, yaml >= 0.8 && < 0.9
, shakespeare >= 2.0
, hjsmin >= 0.1
, monad-control >= 0.3
, wai-extra >= 3.0
, yaml >= 0.8
, http-conduit >= 2.1
, directory >= 1.1 && < 1.4
, warp >= 3.0 && < 4
, directory >= 1.1
, warp >= 3.0
, data-default
, aeson >= 0.6
, conduit >= 1.0 && < 2.0
, monad-logger >= 0.3 && < 0.4
, fast-logger >= 2.2 && < 2.5
, wai-logger >= 2.2 && < 2.4
, conduit >= 1.0
, monad-logger >= 0.3
, fast-logger >= 2.2
, wai-logger >= 2.2
, safe-exceptions
, file-embed
, safe