ygale

Results 4 issues of ygale

Make it possible to specify the endianness of the serialization for numeric types. This could be implemented as newtype wrappers `LitteEndian`, `BigEndian`, and `HostEndian`. Or it could be a bunch...

enhancement
architecture independence

At the moment, for decoding streams there is an incremental function and a conduit, and for encoding there is only a conduit. It would be better to provide a good...

enhancement
streaming

hscolour is a prerequisite for building haddocks. If hscolour is missing, the modules install successfully but haddocks are not generated. Either we need to supply hscolour with the installers, or...

defect
Platform

To get vacuum working again, we need `ClosureTypes.hs` for recent versions of GHC. Currently we only have it up to GHC 7.8. There is a perl script in this repo...