9 lines
357 B
Plaintext
9 lines
357 B
Plaintext
This is a library for Haskell programs, providing high performance binary
|
|
serialisation of Haskell data. It uses the ByteString library to achieve
|
|
efficient, lazy reading and writing of structures in binary format.
|
|
|
|
This requires ghc.
|
|
|
|
When uninstalling, run this command to unregister the package from the ghc
|
|
package database: ghc-pkg unregister binary
|