Lower bounds and missing extra-deps

This commit is contained in:
Michael Snoyman 2018-02-02 00:15:24 +02:00
parent 70d606c820
commit 7f78e81cc1
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
3 changed files with 4 additions and 2 deletions

View File

@ -30,3 +30,5 @@ extra-deps:
- monad-logger-0.3.28.1
- html-conduit-1.3.0
- http-conduit-2.3.0
- persistent-sqlite-2.8.0
- cookie-0.4.3

View File

@ -38,7 +38,7 @@ library
, old-locale >= 1.0.0.2 && < 1.1
, containers >= 0.2
, unordered-containers >= 0.2
, cookie >= 0.4.2 && < 0.5
, cookie >= 0.4.3 && < 0.5
, http-types >= 0.7
, case-insensitive >= 0.2
, parsec >= 2 && < 3.2

View File

@ -36,7 +36,7 @@ test-suite test
, hspec
, wai-extra
, yesod-core
, persistent-sqlite
, persistent-sqlite >= 2.8
, yesod-persistent
, conduit
, blaze-builder