More bounds in cabal file

This commit is contained in:
Konstantin Zudov 2015-10-06 13:18:41 +03:00
parent 3fa3df3c4f
commit 5308096be0

View File

@ -179,9 +179,9 @@ executable stackage-server
main-is: main.hs
hs-source-dirs: app
build-depends: base
build-depends: base >= 4.8 && < 4.9
, stackage-server
, yesod
, yesod >= 1.4 && < 1.5
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N
@ -201,16 +201,16 @@ test-suite test
hs-source-dirs: test
ghc-options: -Wall
build-depends: base
build-depends: base >= 4.8 && < 4.9
, stackage-server
, yesod-test >= 1.2
, yesod-core
, yesod
, persistent
, resourcet
, monad-logger
, transformers
, hspec
, classy-prelude-yesod
, mtl
, mwc-random
, yesod-test >= 1.4 && < 1.5
, yesod-core >= 1.4 && < 1.5
, yesod >= 1.4 && < 1.5
, persistent >= 2.2 && < 2.3
, resourcet >= 1.1.6 && < 1.2
, monad-logger >= 0.3.13 && < 0.4
, transformers >= 0.4 && < 0.5
, hspec >= 2.1 && < 2.2
, classy-prelude-yesod >= 0.12 && < 0.13
, mtl >= 2.2 && < 2.3
, mwc-random >= 0.13 && < 0.14