From 672f6e88842714d3a0e33ff828f1aeae9fd91e88 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Fri, 4 Aug 2017 15:17:12 +0100 Subject: [PATCH] Bumped up time package upper bound to 1.8.0.2 --- esqueleto.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esqueleto.cabal b/esqueleto.cabal index 8f5d320..debe59f 100644 --- a/esqueleto.cabal +++ b/esqueleto.cabal @@ -74,7 +74,7 @@ library , monad-logger , conduit >= 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 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.5.0.1 && <= 1.6.0.1 + , time >= 1.5.0.1 && <= 1.8.0.2 -- This library , esqueleto