From 9ae0f0732729d072b5acdb49ba62b89cff4b2ea3 Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 10 Nov 2017 14:29:45 +0100 Subject: [PATCH] drop time version requirement --- chaoszone.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaoszone.cabal b/chaoszone.cabal index eb84fc6..3611c0a 100644 --- a/chaoszone.cabal +++ b/chaoszone.cabal @@ -19,7 +19,7 @@ executable chaoszone -- other-modules: other-extensions: OverloadedStrings build-depends: base >=4.10 && <4.11 - , time >=1.7 + , time , filepath >=1.4 , hakyll >=4.9.8.0 , HTTP