Bumped up time package upper bound to 1.8.0.2

This commit is contained in:
Fintan Halpenny 2017-08-04 15:17:12 +01:00
parent 2f5715470d
commit 672f6e8884

View File

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