Support GHC version `9.14.1`.
Open
- Dominant language
- Haskell
- Stars
- 46
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
The latest revision of `hsc2hs` on hackage (https://hackage.haskell.org/package/hsc2hs-0.68.10/revision/4.cabal) has an upper bound on `base` that prevents building with [`base-4.22.0.0`](https://hackage.haskell.org/package/base-4.22.0.0) (bundled with GHC `9.14.1`):
```
Build-Depends: base >= 4.3.0 && < 4.22,
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.