We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cabal install --bindir=./ cabal: Could not resolve dependencies: [__0] trying: Code0101-0.1.0.0 (user goal) [__1] next goal: base (dependency of Code0101) [__1] rejecting: base-4.16.1.0/installed-4.16.1.0 (conflict: Code0101 => base>=4.6 && <4.7) [__1] skipping: base-4.16.1.0, base-4.16.0.0, base-4.15.1.0, base-4.15.0.0, base-4.14.3.0, base-4.14.2.0, base-4.14.1.0, base-4.14.0.0, base-4.13.0.0, base-4.12.0.0, base-4.11.1.0, base-4.11.0.0, base-4.10.1.0, base-4.10.0.0, base-4.9.1.0, base-4.9.0.0, base-4.8.2.0, base-4.8.1.0, base-4.8.0.0, base-4.7.0.2, base-4.7.0.1, base-4.7.0.0 (has the same characteristics that caused the previous version to fail: excluded by constraint '>=4.6 && <4.7' from 'Code0101') [__1] rejecting: base-4.6.0.1, base-4.6.0.0, base-4.5.1.0, base-4.5.0.0, base-4.4.1.0, base-4.4.0.0, base-4.3.1.0, base-4.3.0.0, base-4.2.0.2, base-4.2.0.1, base-4.2.0.0, base-4.1.0.0, base-4.0.0.0, base-3.0.3.2, base-3.0.3.1 (constraint from non-upgradeable package requires installed instance) [__1] fail (backjumping, conflict set: Code0101, base) After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: base, Code0101 make: *** [Makefile:2: default] Error 1
The machine has the following Haskell Version:
GHCi, version 9.2.2: https://www.haskell.org/ghc/ :? for help
ghci> :show language base language is: GHC2021 with the following modifiers: ghci>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The machine has the following Haskell Version:
The text was updated successfully, but these errors were encountered: