Lower bounds and missing extra-deps
This commit is contained in:
parent
70d606c820
commit
7f78e81cc1
@ -30,3 +30,5 @@ extra-deps:
|
|||||||
- monad-logger-0.3.28.1
|
- monad-logger-0.3.28.1
|
||||||
- html-conduit-1.3.0
|
- html-conduit-1.3.0
|
||||||
- http-conduit-2.3.0
|
- http-conduit-2.3.0
|
||||||
|
- persistent-sqlite-2.8.0
|
||||||
|
- cookie-0.4.3
|
||||||
|
|||||||
@ -38,7 +38,7 @@ library
|
|||||||
, old-locale >= 1.0.0.2 && < 1.1
|
, old-locale >= 1.0.0.2 && < 1.1
|
||||||
, containers >= 0.2
|
, containers >= 0.2
|
||||||
, unordered-containers >= 0.2
|
, unordered-containers >= 0.2
|
||||||
, cookie >= 0.4.2 && < 0.5
|
, cookie >= 0.4.3 && < 0.5
|
||||||
, http-types >= 0.7
|
, http-types >= 0.7
|
||||||
, case-insensitive >= 0.2
|
, case-insensitive >= 0.2
|
||||||
, parsec >= 2 && < 3.2
|
, parsec >= 2 && < 3.2
|
||||||
|
|||||||
@ -36,7 +36,7 @@ test-suite test
|
|||||||
, hspec
|
, hspec
|
||||||
, wai-extra
|
, wai-extra
|
||||||
, yesod-core
|
, yesod-core
|
||||||
, persistent-sqlite
|
, persistent-sqlite >= 2.8
|
||||||
, yesod-persistent
|
, yesod-persistent
|
||||||
, conduit
|
, conduit
|
||||||
, blaze-builder
|
, blaze-builder
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user