[Haskell-cafe] ANN: datapacker 1.0.0

Marc Weber marco-oweber at gmx.de
Wed Apr 16 14:08:08 EDT 2008


> 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*

Marc


More information about the Haskell-Cafe mailing list