diff options
| -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 |