Skip to content

Commit 53ab3b2

Browse files
committed
Update setup-dev.sh
1 parent 969f25d commit 53ab3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ setup() {
2121
# Install dependencies
2222
cabal install --only-dependencies --enable-tests || die "$NAME: Could not install needed dependencies"
2323
# Build the 'Setup' executable
24-
ghc --make -threaded Setup.hs || die "$NAME: Could not create 'Setup' executable"
24+
ghc --make -threaded -i -isrc Setup.hs || die "$NAME: Could not create 'Setup' executable"
2525
# Build the package
2626
local PACKAGEDB=`cabal exec -- sh -c 'echo $GHC_PACKAGE_PATH' | sed 's/:.*//'`
2727
echo "Cabal package DB location: $PACKAGEDB"

0 commit comments

Comments
 (0)