[Haskell-cafe] ambiguous module name Network.URI

Kees Bleijenberg K.Bleijenberg at lijbrandt.nl
Wed Jul 8 08:02:51 UTC 2015


If i import these 2 packages in a project:

import Network.HTTP

import qualified Network.URI as NU

 

I get:

testNetw.hs:7:18:

    Ambiguous module name `Network.URI':

      it was found in multiple packages:

      network-uri-2.6.0.3 network-2.4.2.3

 

I'am using the latest 32 bits haskell platform on Windows 7 64 bits. 

I need the NU.parseURI function. What can I do?

 

Kees

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150708/75b7eb0c/attachment.html>


More information about the Haskell-Cafe mailing list