-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Use a code generator for singletons-base's test suite" #624
Conversation
This reverts commit 3fb0b8b. Sadly, Hackage does not yet accept package uploads that require `cabal-version: 3.8` or later. See haskell/hackage-server#1351. Until then, we cannot use a `cabal` code generator, which requires `3.8`.
Hm, some build failures arise with
|
The failure you're getting with Cabal-3.14 is discussed in the release notes where it mentions haskell/cabal#9718 https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.14.0.0.md |
Thanks for that link. Some searching also reveals this |
Thankfully, I don't need to do this anymore now that I was able to upload |
This reverts commit 3fb0b8b.
Sadly, Hackage does not yet accept package uploads that require
cabal-version: 3.8
or later. See haskell/hackage-server#1351. Until then, we cannot use acabal
code generator, which requires3.8
.