plutus-starter
plutus-starter copied to clipboard
Does not work with Mac M1
trafficstars
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
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.