From 7a9c1a65c27054178f4fbce72d04ce9630c99972 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Mon, 31 Jul 2023 19:32:31 +0200 Subject: [PATCH] Update dependencies versions --- hablo.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hablo.cabal b/hablo.cabal index 190cf2c..15ab00c 100644 --- a/hablo.cabal +++ b/hablo.cabal @@ -50,15 +50,15 @@ library , Pretty , RSS -- other-extensions: - build-depends: aeson >= 1.2.0 && < 1.6 - , base >= 4.9.1 && < 4.15 + build-depends: aeson >= 1.2.0 && < 2.1 + , base >= 4.9.1 && < 4.17 , bytestring >= 0.10.8 && < 0.12 , containers >= 0.5.11 && < 0.7 , directory >= 1.3.1 && < 1.4 , filepath >= 1.4.2 && < 1.5 - , lucid >= 2.8.0 && < 2.10 + , lucid >= 2.8.0 && < 2.12 , mtl >= 2.2.2 && < 2.3 - , optparse-applicative >= 0.14.0 && < 0.17 + , optparse-applicative >= 0.14.0 && < 0.18 , parsec >= 3.1.13 && < 3.2 , template >= 0.2.0 && < 0.3 , text >= 1.2.3 && < 1.3 @@ -73,7 +73,7 @@ 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 ghc-options: -Wall