Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/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: installing cabal 1.20 on linux mint debian edition
(LMDE) (Peter Jones)
2. Re: installing cabal 1.20 on linux mint debian edition
(LMDE) (Ovidiu Deac)
3. Re: installing cabal 1.20 on linux mint debian edition
(LMDE) (Dan Serban)
----------------------------------------------------------------------
Message: 1
Date: Thu, 29 May 2014 12:49:11 -0600
From: Peter Jones <[email protected]>
To: [email protected]
Subject: Re: [Haskell-beginners] installing cabal 1.20 on linux mint
debian edition (LMDE)
Message-ID: <[email protected]>
Content-Type: text/plain
Ovidiu Deac <[email protected]> writes:
> ovidiu@thinkpad ~ $ cabal update && cabal install cabal
That should be:
$ cabal install cabal-install
Cabal is a library, and cabal-install is the executable.
--
Peter Jones, Founder, Devalot.com
Defending the honor of good code
------------------------------
Message: 2
Date: Thu, 29 May 2014 21:58:28 +0300
From: Ovidiu Deac <[email protected]>
To: Peter Jones <[email protected]>, The Haskell-Beginners Mailing
List - Discussion of primarily beginner-level topics related to
Haskell <[email protected]>
Subject: Re: [Haskell-beginners] installing cabal 1.20 on linux mint
debian edition (LMDE)
Message-ID:
<cakvse7scty+xf8pihy_uzzgjexahfpbnmmbgbkocx49rn3c...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
...and I'm back to the error regarding the shadowing of network pakage
ovidiu@thinkpad ~ $ cabal install cabal-install
Resolving dependencies...
Downloading cabal-install-1.20.0.2...
Configuring cabal-install-1.20.0.2...
Warning: This package indirectly depends on multiple versions of the same
package. This is highly likely to cause a compile failure.
package HTTP-4000.2.8 requires network-2.4.1.2
package cabal-install-1.20.0.2 requires network-2.4.1.2
Building cabal-install-1.20.0.2...
Preprocessing executable 'cabal' for cabal-install-1.20.0.2...
<command line>: cannot satisfy -package-id
network-2.4.1.2-fc99093587d92370c7febe034504fb40:
network-2.4.1.2-fc99093587d92370c7febe034504fb40 is shadowed by package
network-2.4.1.2-040cee5ece44014a8574cb3f87b1eec4
(use -v for more information)
Failed to install cabal-install-1.20.0.2
cabal: Error: some packages failed to install:
cabal-install-1.20.0.2 failed during the building phase. The exception was:
ExitFailure 1
On Thu, May 29, 2014 at 9:49 PM, Peter Jones <[email protected]> wrote:
> Ovidiu Deac <[email protected]> writes:
> > ovidiu@thinkpad ~ $ cabal update && cabal install cabal
>
> That should be:
>
> $ cabal install cabal-install
>
> Cabal is a library, and cabal-install is the executable.
>
> --
> Peter Jones, Founder, Devalot.com
> Defending the honor of good code
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20140529/c9275b12/attachment-0001.html>
------------------------------
Message: 3
Date: Thu, 29 May 2014 23:06:11 +0300
From: Dan Serban <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] installing cabal 1.20 on linux mint
debian edition (LMDE)
Message-ID:
<cahapvsem1eqcoq_tlsv2tpfbq8ohmf5fqjxobk2ozmsuju5...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
What is the output of:
ghc-pkg list | grep network
?
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 71, Issue 38
*****************************************