[Haskell-beginners] cabal package haskore-vintage fails to build

Sylvain HENRY hsyl20 at gmail.com
Wed Aug 21 09:49:52 CEST 2013


Hi,

It is better to use "cabal unpack" to download and unpack the source.

Cheers
Sylvain

Le 20/08/2013 23:55, Stephen Tetley a écrit :
> Hi Dimitri
>
> You should be able to get it to work by downloading the archive, 
> gunzip and untarring the source and changing Utils.hs to include this 
> line after the line "import Control.Monad":
>
> import Control.Exception hiding  ( assert )
>
>
> After that build with these commands from the top of the source tree:
>
> runhaskell Setup.hs configure
> runhaskell Setup.hs build
> runhaskell Setup.hs install
>
> The original problem is that `catch` is no longer export by Prelude in 
> GHC 7.6
>
>
>
>
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130821/9a44c50b/attachment.htm>


More information about the Beginners mailing list