Skip to content
Snippets Groups Projects
Commit fa029f53 authored by Ben Gamari's avatar Ben Gamari
Browse files

win32-init: Drop workaround for #17480

The `process` changes have now been merged into `hsc2hs`.
parent 338f0cc7
No related branches found
No related tags found
No related merge requests found
...@@ -45,5 +45,3 @@ if [ ! -e $toolchain/bin/alex ]; then ...@@ -45,5 +45,3 @@ if [ ! -e $toolchain/bin/alex ]; then
cp $APPDATA/cabal/bin/alex $toolchain/bin cp $APPDATA/cabal/bin/alex $toolchain/bin
fi fi
# Install new process to mitigate #17480.
cabal install libraries/process
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