
16 Apr
2008
16 Apr
'08
2:14 p.m.
On Wed April 16 2008 1:08:08 pm Marc Weber wrote:
src/System/IO/Binary.hs:266:8: Illegal signature in pattern: ForeignPtr CChar Use -XPatternSignatures to permit it
Hackage confirms this build failure: http://hackage.haskell.org/packages/archive/MissingH/1.0.1/logs/failure/ ghc-6.8
Should not be hard to fix :) just add it to the Cabal file as extension :) extensions: PatternSignatures
Don't worry, be happy *g*
Drat. my workaround to the hackage issue I described in another thread was faulty. I'm uploading a new version now. -- John