From 832b6d2d542d657d9dd9c9864e4e8b50b2dfec1a Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Fri, 29 Jan 2021 01:33:58 +0100 Subject: [PATCH] Allow time 1.10 and 1.11 http://hackage.haskell.org/package/time-1.11/changelog Tested locally with cabal test all --constraint 'time == 1.10' and cabal test all --constraint 'time == 1.11' --- core/test-framework.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test-framework.cabal b/core/test-framework.cabal index a633014..cd1b76e 100644 --- a/core/test-framework.cabal +++ b/core/test-framework.cabal @@ -52,7 +52,7 @@ Library , containers >= 0.1 && < 0.7 , regex-posix >= 0.72 && < 0.97 , old-locale >= 1.0 && < 1.1 - , time >= 1.1.2 && < 1.10 + , time >= 1.1.2 && < 1.12 , xml >= 1.3.5 && < 1.4 , hostname >= 1.0 && < 1.1