biocad / servant-openapi3

OpenAPI 3.0 for Servant
BSD 3-Clause "New" or "Revised" License
38 stars 25 forks source link

Cabal-3.8 not allowed #34

Closed ysangkok closed 1 year ago

ysangkok commented 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.