
Many thanks Stephen, works like a charm! Finally, I can start composing music, can't wait! @Sylvain: why is cabal unpack better than tar zxvf ? Greetings, Dimitri On Aug 20, 2013, at 23:55 , Stephen Tetley wrote:
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@haskell.org http://www.haskell.org/mailman/listinfo/beginners