update cabal dependencies

This commit is contained in:
Jörg Thalheim 2017-02-04 02:16:06 +01:00
parent 13f2257d8c
commit 76cb623382
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
1 changed files with 4 additions and 3 deletions

View File

@ -69,7 +69,7 @@ library
, 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.5
, yesod-static >= 1.4.0.3 && < 1.6
, yesod-form >= 1.4.0 && < 1.5
, classy-prelude >= 0.10.2
, classy-prelude-conduit >= 0.10.2
@ -81,7 +81,7 @@ library
, persistent-template >= 2.0
, template-haskell
, shakespeare >= 2.0 && < 2.1
, hjsmin >= 0.1 && < 0.2
, hjsmin >= 0.1 && < 0.3
, monad-control >= 0.3 && < 1.1
, wai-extra >= 3.0 && < 3.1
, yaml >= 0.8 && < 0.9
@ -93,7 +93,8 @@ library
, conduit >= 1.0 && < 2.0
, monad-logger >= 0.3 && < 0.4
, fast-logger >= 2.2 && < 2.5
, wai-logger >= 2.2 && < 2.3
, wai-logger >= 2.2 && < 2.4
, safe-exceptions < 0.1.4.0
, file-embed
, safe
, unordered-containers