Hi *, is any Haskellian out there that could spare a few minutes?
AFAIK (which is not very far) the dependecy in the cabal file has been set correctly to the network package, according to https://downloads.haskell.org/~ghc/6.4/docs/html/libraries/network/Network.html That package is also installed: [00:12:12] Building network-3.0.1.1 [00:12:36] Completed network-3.0.1.1 However, it still throws [00:17:40] src\Thrift\Transport\Handle.hs:34:1: error: [00:17:40] Could not find module `Network' [00:17:40] Use -v to see a list of the files searched for. [00:17:40] | [00:17:40] 34 | import Network [00:17:40] | ^^^^^^^^^^^^^^ I didn’t use “Use -v to see a list of the files searched for.” since the error happens on Travis. https://travis-ci.org/apache/thrift/jobs/516419315#L3300 Any pointers in the right direction would be helpful. Have fun, JensG