summaryrefslogtreecommitdiff
path: root/compiler/utils/Serialized.hs
Commit message (Expand)AuthorAgeFilesLines
* Use finiteBitSize rather than bitSize when it is availableIan Lynagh2012-09-231-0/+10
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-10/+0
* The bootstrapping compiler is now required to be > 609Ian Lynagh2010-04-091-4/+0
* Remove unused importsIan Lynagh2009-07-071-1/+0
* #2875: Correct SYB's representation of Char'Jose Pedro Magalhaes2009-01-191-0/+18
* Fix #2759: add ability to serialize Rational'Jose Pedro Magalhaes2008-12-091-10/+11
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-0/+174