Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Does not work with Mac M1 #57

Open
cmorgado opened this issue Oct 18, 2022 · 1 comment
Open

Does not work with Mac M1 #57

cmorgado opened this issue Oct 18, 2022 · 1 comment

Comments

@cmorgado
Copy link

doing a cabal repl after cloning gives the following message

Error: cabal: Could not resolve dependencies:
[__0] trying: Win32-network-0.1.0.0 (user goal)
[__1] trying: base-4.16.3.0/installed-4.16.3.0 (dependency of Win32-network)
[__2] next goal: byron-spec-chain (user goal)
[__2] rejecting: byron-spec-chain-0.1.0.0 (conflict:
base==4.16.3.0/installed-4.16.3.0, byron-spec-chain => base>=4.12 && <4.15)
[__2] fail (backjumping, conflict set: base, byron-spec-chain)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, byron-spec-chain, Win32-network
@sean118
Copy link

sean118 commented Dec 1, 2022

Check you have ghc version 8.10.7 installed (as recommended here https://developers.cardano.org/docs/get-started/installing-cardano-node#macos) and then call cabal configure --with-compiler=ghc-8.10.7 to set it up.

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

No branches or pull requests

2 participants