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