summaryrefslogtreecommitdiff
path: root/compiler/utils/Serialized.hs
Commit message (Expand)AuthorAgeFilesLines
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-179/+0
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-2/+2
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.8Thomas Miedema2015-07-211-10/+0
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-2/+2
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+2
* 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