mihaimaruseac / hindent

Haskell pretty printer
Other
561 stars 113 forks source link

Restrict to `Cabal < 3.12` #962

Closed toku-sa-n closed 1 month ago

toku-sa-n commented 1 month ago

Description of the PR

To fix a build error.

Cabal 3.12 uses SymbolicPathX, but it is not exported from the library, and thus, we cannot use it.

Probably we should set version bounds to all dependencies, and update the bounds when needed, e.g., new functions are required, to keep up with the new Stackage LTS, etc.

Checklist