
Ooops, apparently I forgot to reply to the list. Sorry.
---------- Forwarded message ----------
From: Ozgur Akgun
I'm with mac OS X lion, ghc version 7.2.1 and when a i try to install MissingH version 1.1.1.0 it fails with
[24 of 47] Compiling Data.BinPacking ( src/Data/BinPacking.hs, dist/build/Data/BinPacking.o )
src/Data/BinPacking.hs:45:6: Illegal datatype context (use -XDatatypeContexts): (Num size,
This is weird, because on OS X Lion, and with the following versions, it doesn't fail for me: The Glorious Glasgow Haskell Compilation System, version 7.2.1 cabal-install version 0.10.2 using version 1.12.0 of the Cabal library Nevertheless, you can try the following to do what cabal asks you to do: cabal install --ghc-option=-XDatatypeContexts Which will give a warning, but should succeed anyway. Hope this helps, Ozgur -- Ozgur Akgun