#2514: Add/Expose Binary API that allows dumping of any GHC Binary instance
--------------------------------+-------------------------------------------
Reporter: nominolo | Owner: nominolo
Type: feature request | Status: new
Priority: normal | Milestone:
Component: GHC API | Version: 6.9
Severity: normal | Resolution:
Keywords: | Testcase:
Architecture: Unknown | Os: Unknown
--------------------------------+-------------------------------------------
Changes (by waern):
* cc: [EMAIL PROTECTED] (added)
Comment:
...you would also need the dictionary for storing FastStrings.
But anyway:
I think this is an important thing to get into 6.10.1, since a lot of
applications will want to store GHC's data types in its own files, without
having to duplicate the readBinIface / writeBinIface machinery, which is
what Haddock currently does. Besides being ugly, the code I had copied
from GHC doesn't work anymore with GHC 6.9, due to changes in the Binary
module.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2514#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs