Skip to content

Instantly share code, notes, and snippets.

@dmjio
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmjio/9712416 to your computer and use it in GitHub Desktop.
Save dmjio/9712416 to your computer and use it in GitHub Desktop.
installing under windows
cabal sandbox init (from msdos prompt)
cabal install text-1.1.0.1
cabal install network-2.4.1.2 --configure-option -host=i386-unknown-mingw32
cabal install HsOpenSSL --extra-include-dirs=\"C:/OpenSSL-Win32/include\" --extra-lib-dirs=\"C:/OpenSSL-Win32/\"
cabal install -j
cabal configure
cabal build worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment