Added lower bound for package

This commit is contained in:
Fintan Halpenny 2017-08-04 14:10:17 +01:00
parent 274b6b2e7c
commit 03c9590581

View File

@ -74,7 +74,7 @@ library
, monad-logger
, conduit >= 1.1
, resourcet >= 1.1
, time >= 1.6.0.1
, time >= 1.5.0.1 && <= 1.6.0.1
, blaze-html
hs-source-dirs: src/
if impl(ghc >= 8.0)
@ -102,7 +102,7 @@ test-suite test
, persistent-template >= 2.1
, monad-control
, monad-logger >= 0.3
, time >= 1.6.0.1
, time >= 1.5.0.1 && <= 1.6.0.1
-- This library
, esqueleto