remove upper bounds
This commit is contained in:
parent
66b57c92f0
commit
a388599871
1 changed files with 18 additions and 18 deletions
36
yammat.cabal
36
yammat.cabal
|
@ -66,34 +66,34 @@ library
|
||||||
RecordWildCards
|
RecordWildCards
|
||||||
|
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod >= 1.4.1 && < 1.5
|
, yesod >= 1.4.1
|
||||||
, yesod-core >= 1.4.0 && < 1.5
|
, yesod-core >= 1.4.0
|
||||||
, yesod-auth >= 1.4.0 && < 1.5
|
, yesod-auth >= 1.4.0
|
||||||
, yesod-static >= 1.4.0.3 && < 1.6
|
, yesod-static >= 1.4.0.3
|
||||||
, yesod-form >= 1.4.0 && < 1.5
|
, yesod-form >= 1.4.0
|
||||||
, classy-prelude >= 0.10.2
|
, classy-prelude >= 0.10.2
|
||||||
, classy-prelude-conduit >= 0.10.2
|
, classy-prelude-conduit >= 0.10.2
|
||||||
, classy-prelude-yesod >= 0.10.2
|
, classy-prelude-yesod >= 0.10.2
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring >= 0.9
|
||||||
, text >= 0.11 && < 2.0
|
, text >= 0.11
|
||||||
, persistent >= 2.0
|
, persistent >= 2.0
|
||||||
, persistent-postgresql >= 2.1.2
|
, persistent-postgresql >= 2.1.2
|
||||||
, persistent-template >= 2.0
|
, persistent-template >= 2.0
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, shakespeare >= 2.0 && < 2.1
|
, shakespeare >= 2.0
|
||||||
, hjsmin >= 0.1 && < 0.3
|
, hjsmin >= 0.1
|
||||||
, monad-control >= 0.3 && < 1.1
|
, monad-control >= 0.3
|
||||||
, wai-extra >= 3.0 && < 3.1
|
, wai-extra >= 3.0
|
||||||
, yaml >= 0.8 && < 0.9
|
, yaml >= 0.8
|
||||||
, http-conduit >= 2.1
|
, http-conduit >= 2.1
|
||||||
, directory >= 1.1 && < 1.4
|
, directory >= 1.1
|
||||||
, warp >= 3.0 && < 4
|
, warp >= 3.0
|
||||||
, data-default
|
, data-default
|
||||||
, aeson >= 0.6
|
, aeson >= 0.6
|
||||||
, conduit >= 1.0 && < 2.0
|
, conduit >= 1.0
|
||||||
, monad-logger >= 0.3 && < 0.4
|
, monad-logger >= 0.3
|
||||||
, fast-logger >= 2.2 && < 2.5
|
, fast-logger >= 2.2
|
||||||
, wai-logger >= 2.2 && < 2.4
|
, wai-logger >= 2.2
|
||||||
, safe-exceptions
|
, safe-exceptions
|
||||||
, file-embed
|
, file-embed
|
||||||
, safe
|
, safe
|
||||||
|
|
Loading…
Reference in a new issue