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