From 03c95905819925c2b53f8425ffd049378ccd4404 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Fri, 4 Aug 2017 14:10:17 +0100 Subject: [PATCH] Added lower bound for package --- esqueleto.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esqueleto.cabal b/esqueleto.cabal index 15aa13f..8f5d320 100644 --- a/esqueleto.cabal +++ b/esqueleto.cabal @@ -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