lpeterse / haskell-socket

A Haskell binding to the POSIX sockets API
MIT License
47 stars 10 forks source link

Stackage nightly haddock failure #47

Closed decentral1se closed 7 years ago

decentral1se commented 7 years ago
Running Haddock for socket-0.8.0.0...
Preprocessing library socket-0.8.0.0...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: array-0.5.1.1, base-4.9.1.0,
bytestring-0.10.8.1, deepseq-1.4.2.0, ghc-prim-0.5.0.0, integer-gmp-1.0.0.1

src/System/Socket/Internal/AddressInfo.hsc:253:3: error:
    parse error on input <E2><80><98>getAddressInfo<E2><80><99>
lpeterse commented 7 years ago

Fixed in 0.8.0.1 (is on Hackage).

decentral1se commented 7 years ago

Thanks!