Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Ambiguous module name `Prelude': it was found in
multiple packages (trying to install HXQ) (Henk-Jan van Tuyl)
2. Re: Ambiguous module name `Prelude': it was found in
multiple packages (trying to install HXQ) (Martin Vlk)
----------------------------------------------------------------------
Message: 1
Date: Tue, 05 Jan 2016 01:56:17 +0100
From: "Henk-Jan van Tuyl" <[email protected]>
To: [email protected], "Stanislaw Findeisen"
<[email protected]>
Subject: Re: [Haskell-beginners] Ambiguous module name `Prelude': it
was found in multiple packages (trying to install HXQ)
Message-ID: <op.yaqp782ppz0j5l@alquantor>
Content-Type: text/plain; charset=iso-8859-15; format=flowed;
delsp=yes
On Mon, 04 Jan 2016 16:59:13 +0100, Stanislaw Findeisen
<[email protected]> wrote:
[...]
> src/Text/XML/HXQ/XQuery.hs:1:1:
> Ambiguous module name `Prelude':
> it was found in multiple packages: base haskell98-2.0.0.2
> cabal: Error: some packages failed to install:
> HXQ-0.19.0 failed during the building phase. The exception was:
> ExitFailure 1
I think the answer is given at:
http://stackoverflow.com/questions/7339635/ambiguous-module-name-prelude
HXQ is not updated since 2011; the package haskell98 should be removed
from the dependencies.
Regards,
Henk-Jan van Tuyl
--
Folding@home
What if you could share your unused computer power to help find a cure? In
just 5 minutes you can join the world's biggest networked computer and get
us closer sooner. Watch the video.
http://folding.stanford.edu/
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--
------------------------------
Message: 2
Date: Tue, 5 Jan 2016 11:44:32 +0000
From: Martin Vlk <[email protected]>
To: [email protected]
Subject: Re: [Haskell-beginners] Ambiguous module name `Prelude': it
was found in multiple packages (trying to install HXQ)
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252
Also it is recommended to install things into project specific sandboxes
rather than globally.
E.g.
mkdir myProj
cd myProj
cabal sandbox init
cabal install hxq
Martin
Imants Cekusins:
>> Ambiguous module name `Prelude':
> it was found in multiple packages: base haskell98-2.0.0.2
>
> just guessing:
>
> https://hackage.haskell.org/package/HXQ
> -> https://hackage.haskell.org/package/haskell98
> -> base (==4.7.*),
>
> what base version was installed on your pc before you tried to install HXQ?
>
> is it possible to install multiple base versions?
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 91, Issue 8
****************************************