You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> cabal install --semaphore -j --keep-going --haddock-hoogle --minimize-conflict-set dhall-toml
Resolving dependencies...
Error: [Cabal-7107]
Could not resolve dependencies:
[__0] trying: dhall-toml-1.0.4 (user goal)
[__1] trying: dhall-1.42.2 (dependency of dhall-toml)
[__2] next goal: template-haskell (dependency of dhall)
[__2] rejecting: template-haskell-2.23.0.0/installed-3b55 (conflict: dhall => template-haskell>=2.13.0.0 && <2.23)
[__2] skipping: template-haskell-2.23.0.0 (has the same characteristics that caused the previous version to fail: excluded by constraint '>=2.13.0.0 && <2.23' from 'dhall')
[__2] rejecting: template-haskell; 2.22.0.0, 2.21.0.0, 2.20.0.0, 2.19.0.0, 2.18.0.0, 2.17.0.0, 2.16.0.0, 2.15.0.0, 2.14.0.0, 2.13.0.0, 2.12.0.0, 2.11.1.0, 2.11.0.0, 2.10.0.0, 2.9.0.0, 2.8.0.0, 2.7.0.0, 2.6.0.0, 2.5.0.0, 2.4.0.1, 2.4.0.0, 2.3.0.1, 2.3.0.0, 2.2.0.0 (constraint from non-reinstallable package requires installed instance)
[__2] fail (backjumping, conflict set: dhall, template-haskell)
After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: template-haskell, dhall, dhall-toml
ghc --version: The Glorious Glasgow Haskell Compilation System, version 9.12.1 cabal --version: cabal-install version 3.14.1.1 compiled using version 3.14.1.1 of the Cabal library
The text was updated successfully, but these errors were encountered:
@clin1234 Unfortunately building the package of this project with GHC 9.12.1 is not supported yet.
For dhall-toml you may want to try building it with e.g. GHC 9.8.4.
Also, the different stack.yaml files found at the root of this repository might be helpful.
While it is a bit too soon to move to GHC 9.12 for general use, FWIW all that's actually needed, for the main library at least, is --allow-newer=dhall:template-haskell.
ghc --version
:The Glorious Glasgow Haskell Compilation System, version 9.12.1
cabal --version
:cabal-install version 3.14.1.1 compiled using version 3.14.1.1 of the Cabal library
The text was updated successfully, but these errors were encountered: