summaryrefslogtreecommitdiff
path: root/src/pgf-binary/pgf-binary.cabal
AgeCommit message (Collapse)Author
2018-11-07Move unused `pgf-binary` into its own repository, at:John J. Camilleri
https://github.com/GrammaticalFramework/pgf-binary
2015-09-04src/pgf-binary: reimplementation of GF's customized Data.Binary on top of ↵thomas
the standard binary packages This reduces the amount of duplicated code from 2400 to 490. No code from data-binary-ieee754 is duplicated. The module is called PGF.Data.Binary instead of Data.Binary. It is not in use yet.