jyp / styx

A nix-based Haskell project manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GHC is missing in prerequisites

jjant opened this issue · comments

Installing only cabal-install and cabal2nix as instructed leads to the following error on running styx configure due to missing ghc:

cabal: The program 'ghc' version >=7.0.1 is required but it could not be found.

styx: callCommand: cabal sandbox init --sandbox .styx (exit 1): failed

Just installing it with nix-env -i ghc fixes it