[Haskell-cafe] ANN: datapacker 1.0.0

Denis Bueno dbueno at gmail.com
Wed Apr 16 13:28:27 EDT 2008


On Wed, Apr 16, 2008 at 12:02 AM, John Goerzen <jgoerzen at complete.org> wrote:
> Hi,
>
>  I'm pleased to announce the first release of datapacker.

Your datapacker depends on MissingH 1.0.1 which, although on hackage,
fails to build with GHC 6.8.2.  (It may build with earlier versions,
but I haven't tried.)

It says:

[41 of 48] Compiling System.IO.Binary ( src/System/IO/Binary.hs,
dist/build/System/IO/Binary.o )

src/System/IO/Binary.hs:115:12:
    Illegal signature in pattern: ForeignPtr Word8
        Use -XPatternSignatures to permit it

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


-- 
 Denis


More information about the Haskell-Cafe mailing list