From 3f1f500aa7618b46f42cf723d53eb64f44b8d142 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sun, 4 Apr 2021 17:34:13 +0200 Subject: [PATCH] Bump versions, remove redundant version bounds --- hablo.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hablo.cabal b/hablo.cabal index 4c4d663..1782baa 100644 --- a/hablo.cabal +++ b/hablo.cabal @@ -51,7 +51,7 @@ library , RSS -- other-extensions: build-depends: aeson >= 1.2.0 && < 1.6 - , base >= 4.9.1 && < 4.15 + , base >= 4.9.1 && < 4.16 , bytestring >= 0.10.8 && < 0.12 , containers >= 0.5.11 && < 0.7 , directory >= 1.3.1 && < 1.4 @@ -74,9 +74,9 @@ executable hablo main-is: src/Main.hs other-modules: Paths_hablo -- other-extensions: - build-depends: base >= 4.9.1 && < 4.15 + build-depends: base , hablo - , mtl >= 2.2.2 && < 2.3 + , mtl ghc-options: -Wall default-language: Haskell2010