Skip to content

Instantly share code, notes, and snippets.

@dmjio
Created March 24, 2014 06:31
Show Gist options
  • Save dmjio/9735176 to your computer and use it in GitHub Desktop.
Save dmjio/9735176 to your computer and use it in GitHub Desktop.
ghc network on windows
WHICHGHC=`which ghc` && PATH=`dirname $WHICHGHC`/../mingw/bin:$PATH &&
cabal install network --configure-option --host=i386-unknown-mingw32 --global --enable-library-profiling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment