diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2023-03-16 21:26:47 +0100 | 
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-03-16 21:26:47 +0100 | 
| commit | 649ba09db13caea5de5d179c538b8a2945a9a69d (patch) | |
| tree | 6c87b92a152461dc77bc477f8e1b07c2fbf1283b | |
| parent | d1d99814257712acb485ccdb2dc3961169660a91 (diff) | |
Bump dependencies for GHC 9.2
| -rw-r--r-- | minici.cabal | 6 | 
1 files changed, 3 insertions, 3 deletions
| 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 |