[Haskell-cafe] ambiguous module name Network.URI

Kees Bleijenberg K.Bleijenberg at lijbrandt.nl
Wed Jul 8 09:38:33 UTC 2015


Thanks Christopher,


-----Oorspronkelijk bericht-----

Check out the Hackage page for network-uri:
https://hackage.haskell.org/package/network-uri

The parseURI function is in the version of network you are using already so
there is no need to import modules from network-uri.

----------------------------------------

If I remove the import of Network-URI and leave the import Network.Http and
use parseURI, ghc complains:  not in scope parseURI.
Do I have to change someting in the packages?

Kees



More information about the Haskell-Cafe mailing list