Skip to content
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

Fix builds on Hackage #15

Open
fizruk opened this issue Jun 20, 2024 · 1 comment
Open

Fix builds on Hackage #15

fizruk opened this issue Jun 20, 2024 · 1 comment

Comments

@fizruk
Copy link
Owner

fizruk commented Jun 20, 2024

Currently, uploaded packages fail to build on Hackage (see here for free-foil-0.0.3):

Resolving dependencies...
Error: cabal: Could not resolve dependencies:
[__0] trying: free-foil-0.0.3 (user goal)
[__1] next goal: template-haskell (dependency of free-foil)
[__1] rejecting: template-haskell-2.20.0.0/installed-2.20.0.0 (conflict:
free-foil => template-haskell>=2.21.0.0)
[__1] rejecting: template-haskell-2.22.0.0, template-haskell-2.21.0.0,
template-haskell-2.20.0.0, template-haskell-2.19.0.0,
template-haskell-2.18.0.0, template-haskell-2.17.0.0,
template-haskell-2.16.0.0, template-haskell-2.15.0.0,
template-haskell-2.14.0.0, template-haskell-2.13.0.0,
template-haskell-2.12.0.0, template-haskell-2.11.1.0,
template-haskell-2.11.0.0, template-haskell-2.10.0.0,
template-haskell-2.9.0.0, template-haskell-2.8.0.0, template-haskell-2.7.0.0,
template-haskell-2.6.0.0, template-haskell-2.5.0.0, template-haskell-2.4.0.1,
template-haskell-2.4.0.0, template-haskell-2.3.0.1, template-haskell-2.3.0.0,
template-haskell-2.2.0.0 (constraint from non-upgradeable package requires
installed instance)
[__1] fail (backjumping, conflict set: free-foil, template-haskell)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: template-haskell, free-foil
@fizruk
Copy link
Owner Author

fizruk commented Jun 20, 2024

Apparently, we need to support older template-haskell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant