Created
March 24, 2014 06:31
-
-
Save dmjio/9735176 to your computer and use it in GitHub Desktop.
ghc network on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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