- GHC 7.10.x
- ZeroMQ library
To produce libzmq.dll
Using msys2, the hand building was okay:
export CPPFLAGS=-DFD_SETSIZE=1024 export CFLAGS=-DFD_SETSIZE=1024 ./configure && make
- brew install zeromq
- brew link --overwrite zeromq (if there is a problem with the next line)
- stack --extra-lib-dirs
brew --prefix zeromq
/lib --extra-include-dirsbrew --prefix zeromq
/include install zeromq4-haskell-0.6.3