We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969f25d commit 53ab3b2Copy full SHA for 53ab3b2
setup-dev.sh
@@ -21,7 +21,7 @@ setup() {
21
# Install dependencies
22
cabal install --only-dependencies --enable-tests || die "$NAME: Could not install needed dependencies"
23
# Build the 'Setup' executable
24
- ghc --make -threaded Setup.hs || die "$NAME: Could not create 'Setup' executable"
+ ghc --make -threaded -i -isrc Setup.hs || die "$NAME: Could not create 'Setup' executable"
25
# Build the package
26
local PACKAGEDB=`cabal exec -- sh -c 'echo $GHC_PACKAGE_PATH' | sed 's/:.*//'`
27
echo "Cabal package DB location: $PACKAGEDB"
0 commit comments