diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-02-13 21:16:17 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-02-13 21:17:06 +0100 |
commit | 69a1cb7dd7277941ec9e4f8d68f64dafdd5ca682 (patch) | |
tree | 0cca0a16052f85b4e8e12e63d66abb1e2e77ebff /hs-visinter.cabal | |
parent | 2886ae5ba8addbb86a3fad52ccc65b3309e12fcd (diff) |
GHC 9.8 compatibility
Diffstat (limited to 'hs-visinter.cabal')
-rw-r--r-- | hs-visinter.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hs-visinter.cabal b/hs-visinter.cabal index 1972b77..11d19eb 100644 --- a/hs-visinter.cabal +++ b/hs-visinter.cabal @@ -13,11 +13,11 @@ executable hs-visinter AST Parser build-depends: - base >= 4.16 && < 4.19, - containers >= 0.6.3.1 && < 0.7, + base >= 4.16 && < 4.20, + containers >= 0.6.3.1 && < 0.8, mtl, monad-chronicle ^>= 1.0.0.1, these hs-source-dirs: . default-language: Haskell2010 - ghc-options: -Wall -O2 -threaded + ghc-options: -Wall -threaded |