mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
8 lines
357 B
Text
8 lines
357 B
Text
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
|