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: Stack space overflow: using strict accumulator still
fails (Daniel Fischer)
2. Re: Stack space overflow: using strict accumulator still
fails (Hugo Ferreira)
3. Re: Stack space overflow: using strict accumulator still
fails (Hugo Ferreira)
4. Cabal: Upgrading to the latest version of library (Hugo Ferreira)
----------------------------------------------------------------------
Message: 1
Date: Tue, 1 Nov 2011 00:50:57 +0100
From: Daniel Fischer <[email protected]>
Subject: Re: [Haskell-beginners] Stack space overflow: using strict
accumulator still fails
To: Hugo Ferreira <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: Text/Plain; charset="utf-8"
On Monday 31 October 2011, 23:42:30, Hugo Ferreira wrote:
> So you have found a bug.
Just FYI, Ryan uploaded a new version, presumably with the bug fixed. You
can now just cabal update; cabal install ListZipper and happily use foldlz'
:D
------------------------------
Message: 2
Date: Tue, 01 Nov 2011 10:37:35 +0000
From: Hugo Ferreira <[email protected]>
Subject: Re: [Haskell-beginners] Stack space overflow: using strict
accumulator still fails
To: Daniel Fischer <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8; format=flowed
On 10/31/2011 11:50 PM, Daniel Fischer wrote:
> On Monday 31 October 2011, 23:42:30, Hugo Ferreira wrote:
>> So you have found a bug.
>
> Just FYI, Ryan uploaded a new version, presumably with the bug fixed. You
> can now just cabal update; cabal install ListZipper and happily use foldlz'
> :D
>
Ok, I have updated and installed the new package. All is ok now.
I unpacked and checked. Indeed, this bug has been corrected.
Just a note for the rest of us newbies. I also did the following:
- ghc-pkg unregister ListZipper-1.2.0.1
- configure the cabal package again
- build the cabal package
Thanks Daniel and Ryan,
Rs,
Hugo F.
------------------------------
Message: 3
Date: Tue, 01 Nov 2011 10:45:20 +0000
From: Hugo Ferreira <[email protected]>
Subject: Re: [Haskell-beginners] Stack space overflow: using strict
accumulator still fails
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 11/01/2011 10:37 AM, Hugo Ferreira wrote:
> On 10/31/2011 11:50 PM, Daniel Fischer wrote:
>> On Monday 31 October 2011, 23:42:30, Hugo Ferreira wrote:
>>> So you have found a bug.
>>
>> Just FYI, Ryan uploaded a new version, presumably with the bug fixed. You
>> can now just cabal update; cabal install ListZipper and happily use
>> foldlz'
>> :D
>>
>
> Ok, I have updated and installed the new package. All is ok now.
> I unpacked and checked. Indeed, this bug has been corrected.
>
> Just a note for the rest of us newbies. I also did the following:
>
> - ghc-pkg unregister ListZipper-1.2.0.1
> - configure the cabal package again
> - build the cabal package
>
Oops, the "package" above refers to my own code.
>
> Thanks Daniel and Ryan,
>
> Rs,
> Hugo F.
>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
------------------------------
Message: 4
Date: Tue, 01 Nov 2011 10:50:45 +0000
From: Hugo Ferreira <[email protected]>
Subject: [Haskell-beginners] Cabal: Upgrading to the latest version of
library
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Hello,
Recently I had to update and install a newer version of a library.
I executed the "cabal update", which downloads the latest package list.
I had assumed that this command would also detect, build and install
those libraries that have been upgraded. However this does not seem to
be the case. I had to manually build the library and then use GHC's
package manager do unregister the old version.
My question is: how does one check for and upgrade the cabal libraries
automatically?
TIA,
Hugo F.
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 41, Issue 1
****************************************