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: Reply-To fixed for this mailing list (Olivier Scalbert)
2. missing ghci, need to install cca (Franco)
----------------------------------------------------------------------
Message: 1
Date: Fri, 25 Jan 2013 23:00:53 +0100
From: Olivier Scalbert <[email protected]>
Subject: Re: [Haskell-beginners] Reply-To fixed for this mailing list
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252; format=flowed
Thanks for your help Kim !
Olivier
On 01/25/2013 10:43 AM, Kim-Ee Yeoh wrote:
> Hey Miguel,
>
> Just got word from Benjamin (list owner) that he's fixed it.
>
> -- Kim-Ee
>
>
> On Mon, Jan 21, 2013 at 3:26 AM, Kim-Ee Yeoh <[email protected]
> <mailto:[email protected]>> wrote:
>
> On Mon, Jan 21, 2013 at 3:07 AM, Miguel Negrao
> <[email protected]
> <mailto:[email protected]>> wrote:
>
> A 20/01/2013, ?s 05:50, Kim-Ee Yeoh escreveu:
> > p.s. Everyone, please "Reply to All" to make sure your email
> gets to the list reflector at haskell.org <http://haskell.org>.
> Otherwise your responses are private to Martin and you lose out
> on the aspect of community.
>
> I don?t understand: why can?t this mailing automatically set the
> ?reply-to? field to [email protected]
> <mailto:[email protected]> ? A lot of the other mailing
> lists that I?m subscribed to do that... Is it a conscious
> decision or a technical limitation ?
>
>
> Excellent question! I believe we're on mailman software and the list
> admin is Benjamin Russell: [email protected] or
> [email protected] <mailto:[email protected]>
>
> I've cc'ed both to see if we can get a response from him.
>
> It does look as if it's merely a config option:
>
> http://ccit.mines.edu/Mailman-FAQ#25
>
> -- Kim-Ee
>
>
>
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
>
------------------------------
Message: 2
Date: Sat, 26 Jan 2013 09:56:34 +0000
From: Franco <[email protected]>
Subject: [Haskell-beginners] missing ghci, need to install cca
To: [email protected]
Message-ID: <20130126095634.GA25246@efikamx>
Content-Type: text/plain; charset=us-ascii
Hello haskellers,
I am trying to install Euterpea [1], a DSL computer music development written
in Haskell. Its git repository lies here [2].
Once finished cloning it, i tried running 'cabal install'.
Packet CCA-1.0.3 fails to install with errors like
> src/Language/Haskell/TH/Instances.hs:175:12:
> Template Haskell bracket illegal in a stage-1 compiler
> [| D# ($(return (LitE (DoublePrimL (toRational d))))) |]
>
> src/Language/Haskell/TH/Instances.hs:175:18:
> Template Haskell splice illegal in a stage-1 compiler
> return (LitE (DoublePrimL (toRational d)))
>
> cabal: Error: some packages failed to install:
> CCA-0.1.3 failed during the building phase. The exception was:
> ExitFailure 1
> Euterpea-1.0.0 depends on CCA-0.1.3 which failed to install.
I have been warned by the #haskell irc channel on freenode that those errors
essentially mean "you don't have ghci installed, so no template haskell for
you".
Indeed my platform (ARM, running Debian ARMHF) does not have ghci.
Question is: do you think there is a workaround to install package Euterpa
(or CCA?). Or should I just give up?
[1] http://haskell.cs.yale.edu/euterpea-2/
[2] https://github.com/dwincort/Euterpea
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 55, Issue 27
*****************************************