Closed ysangkok closed 1 year ago
Because of this block:
custom-setup setup-depends: base >=4.9 && <4.18, Cabal >= 1.24 && <3.7, cabal-doctest >=1.0.6 && <1.1
I'd suggest removing the upper Cabal bound since it is unlikely to break. Cabal-3.8 is required for using GHC 9.4 as noted on https://www.haskell.org/ghc/download_ghc_9_4_3.html
I have tested that it compiles fine with Cabal-3.8.
Because of this block:
I'd suggest removing the upper Cabal bound since it is unlikely to break. Cabal-3.8 is required for using GHC 9.4 as noted on https://www.haskell.org/ghc/download_ghc_9_4_3.html
I have tested that it compiles fine with Cabal-3.8.