singpolyma / OpenPGP-Haskell

http://hackage.haskell.org/package/openpgp
ISC License
9 stars 6 forks source link

Investigate a parser/serialiser based on cereal #4

Closed singpolyma closed 12 years ago

singpolyma commented 12 years ago

I think Data.Binary makes a better choice for the primary parser/serialiser, but if we can do it with minimal effort, an additional module (likely in a separate package, which would mean putting the types in their own package? hmm... not sure) based on cereal could be useful.

singpolyma commented 12 years ago

https://github.com/singpolyma/OpenPGP-Haskell/commit/8736e39514470efa3d41e43363df927c6c892f8b

So, it's pretty easy. Can we automate this conversion?