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: Broken packages after upgrading to Ubuntu 13.04 (Roger Mason)
2. Re: Broken packages after upgrading to Ubuntu 13.04
(Benjamin Jones)
----------------------------------------------------------------------
Message: 1
Date: Tue, 30 Apr 2013 07:51:11 -0230
From: Roger Mason <[email protected]>
Subject: Re: [Haskell-beginners] Broken packages after upgrading to
Ubuntu 13.04
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
Hello,
On 04/30/2013 05:35 AM, Johannes Engels wrote:
> Hello, using the OS-specific Haskell packages of the Ubuntu distribution,
> I have some cabal packages installed in addition, e.g. hmatrix etc.
> After an upgrade to Ubuntu 13.04 most of these cabal packages are broken
> because some dependencies do not exist anymore or have been upgraded
> also,
> respectively. With ghc-pkg check I get messages like
>
> There are problems in package hmatrix-0.14.0.1:
> dependency "array-0.4.0.0-0b32f6f98c0297dbb0e5cfc0087bd1f0" doesn't
> exist
> dependency "base-4.5.0.0-c8e7184681d410015e93df85fc49e9dd" doesn't
> exist
> ....
>
> Actually now array-0.4.0.1 is installed etc.
> What is the recommended way to repair this? Should I do a --reinstall of
> the cabal packages (which should mostly also work with the upgraded
> dependencies)? Any hint would be welcome!
> Best regards
> Johannes Engels
>
>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
Something similar happened to me recently. here is the beginning of the
thread on Haskell-Cafe that provided the solution:
*gmane.comp.lang.haskell.cafe:104248
<http://article.gmane.org/gmane.comp.lang.haskell.cafe/104248/match=>
*Hope it works for you.*
*Cheers,
Roger*
*
This electronic communication is governed by the terms and conditions at
http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20130430/4897740e/attachment-0001.htm>
------------------------------
Message: 2
Date: Tue, 30 Apr 2013 13:01:44 -0700
From: Benjamin Jones <[email protected]>
Subject: Re: [Haskell-beginners] Broken packages after upgrading to
Ubuntu 13.04
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Message-ID:
<calfil_l2e-xnm88na9en-nkm07m_pa8stsjazbek83jfw8o...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
I haven't looked at the non-GHC haskell packages in ubuntu (I install a
bdist GHC, which includes cabal-install, and use that or cabal-dev to
install deps) but note that GHC went from7.4.x to 7.6.x between ubuntu
12.10 and 13.03 and so it wouldn't be surprising if this alone caused build
failures of some modules.
--
Benjamin Jones
[email protected]
On Tue, Apr 30, 2013 at 1:05 AM, Johannes Engels <
[email protected]> wrote:
> Hello, using the OS-specific Haskell packages of the Ubuntu distribution,
> I have some cabal packages installed in addition, e.g. hmatrix etc.
> After an upgrade to Ubuntu 13.04 most of these cabal packages are broken
> because some dependencies do not exist anymore or have been upgraded also,
> respectively. With ghc-pkg check I get messages like
>
> There are problems in package hmatrix-0.14.0.1:
> dependency "array-0.4.0.0-**0b32f6f98c0297dbb0e5cfc0087bd1**f0" doesn't
> exist
> dependency "base-4.5.0.0-**c8e7184681d410015e93df85fc49e9**dd" doesn't
> exist
> ....
>
> Actually now array-0.4.0.1 is installed etc.
> What is the recommended way to repair this? Should I do a --reinstall of
> the cabal packages (which should mostly also work with the upgraded
> dependencies)? Any hint would be welcome!
> Best regards
> Johannes Engels
>
>
>
> ______________________________**_________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/**mailman/listinfo/beginners<http://www.haskell.org/mailman/listinfo/beginners>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20130430/ec2e05f6/attachment-0001.htm>
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 59, Issue 1
****************************************