From ffea46955995161f8f89c0cea480c8eabf6156f3 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sun, 6 Dec 2020 17:26:22 +0100 Subject: [PATCH] Update dependencies versions known to work --- hablo.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hablo.cabal b/hablo.cabal index 2f16198..34d3132 100644 --- a/hablo.cabal +++ b/hablo.cabal @@ -50,7 +50,7 @@ executable hablo , RSS -- other-extensions: build-depends: aeson >= 1.4.0 && < 1.5 - , base >= 4.9.1 && < 4.13 + , base >= 4.9.1 && < 4.14 , bytestring >= 0.10.8 && < 0.11 , containers >= 0.5.11 && < 0.7 , directory >= 1.3.1 && < 1.4 @@ -61,7 +61,7 @@ executable hablo , parsec >= 3.1.13 && < 3.2 , template >= 0.2.0 && < 0.3 , text >= 1.2.3 && < 1.3 - , time >= 1.8.0 && < 1.9 + , time >= 1.8.0 && < 1.10 , SJW >= 0.1.2 && < 0.2 , unix >= 2.7.2 && < 2.8 ghc-options: -Wall -dynamic