From 649ba09db13caea5de5d179c538b8a2945a9a69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 16 Mar 2023 21:26:47 +0100 Subject: Bump dependencies for GHC 9.2 --- minici.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'minici.cabal') diff --git a/minici.cabal b/minici.cabal index a5ea90f..aeb713f 100644 --- a/minici.cabal +++ b/minici.cabal @@ -42,8 +42,8 @@ executable minici TupleSections TypeApplications -- other-extensions: - build-depends: base ^>=4.15.1.0 - , bytestring >=0.10 && <0.11 + build-depends: base >=4.15 && <5 + , bytestring >=0.10 && <0.12 , containers >=0.6 && <0.7 , directory >=1.3 && <1.4 , exceptions >=0.10 && <0.11 @@ -53,6 +53,6 @@ executable minici , parser-combinators >=1.3 && <1.4 , process >=1.6 && <1.7 , stm >=2.5 && <2.6 - , text >=1.2 && <1.3 + , text >=1.2 && <2.1 hs-source-dirs: src default-language: Haskell2010 -- cgit v1.2.3