Skip to content
Snippets Groups Projects
Commit 53ab3b26 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Update setup-dev.sh

parent 969f25d9
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ setup() {
# Install dependencies
cabal install --only-dependencies --enable-tests || die "$NAME: Could not install needed dependencies"
# Build the 'Setup' executable
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"
# Build the package
local PACKAGEDB=`cabal exec -- sh -c 'echo $GHC_PACKAGE_PATH' | sed 's/:.*//'`
echo "Cabal package DB location: $PACKAGEDB"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment