rename the directory `Network' to `HaskellNet'
Submitted by jmuk on Wed, 07/05/2006 - 11:11pm.
::
On HaskellNet, I renamed the directory `Network' to `HaskellNet' because of conflict of the module name. HaskellNet already contains HTTP modules such as Network.HTTP, Network.Stream, and Network.TCP. However, ghc does not allow for two other packages to have a module of same name. You cannot build haskellnet if you have already installed HTTP, and vice versa.
- jmuk's blog
- Login to post comments