Skip to content

Add GHC in GHCi script for Stack builds

xldenis requested to merge xldenis/ghc:stack-ghc-in-ghci into master

I use stack to build my projects and noticed that that the hadrian/ghci.sh only supported Cabal builds, so I've made a hadrian/ghci.stack.sh which supports Stack builds. I didn't rename ghci.sh to ghci.cabal.sh but I could do that as well if desired.

this fixes #16485

cc @snowleopard

Merge request reports