summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim
Commit message (Expand)AuthorAgeFilesLines
* Merge GHC.Unit into GHC.Tuple, and GHC.Ordering into GHC.TypesIan Lynagh2011-08-267-38/+10
* Drop bitrotted code for < 32-bit platformsJohan Tibell2011-08-242-72/+0
* .gitignoreManuel M T Chakravarty2011-08-191-0/+3
* Add fallbacks for processor specific instructions (e.g. POPCNT). These fallba...Johan Tibell2011-08-162-0/+83
* Remove old darcs boring fileDavid Terei2011-08-101-7/+0
* Formatting fixesDavid Terei2011-08-0812-67/+59
* Use Safe Haskell when GHC >= 7.2David Terei2011-08-086-2/+6
* Integer Eq and Ord instances are now in the integer packageIan Lynagh2011-07-221-12/+0
* Use LANGUAGE pragmas rather than OPTIONS_GHCIan Lynagh2011-07-221-7/+7
* Move GHC.Classes here from baseIan Lynagh2011-07-222-1/+299
* FIX #5227: derive Generic only up to 7-tuples, like Data.Jose Pedro Magalhaes2011-06-091-7/+7
* Don't derive Generic for tuples for nowIan Lynagh2011-05-271-62/+62
* Detab GHC/Tuple.hsIan Lynagh2011-05-271-61/+61
* Add a missing "deriving Generic"Ian Lynagh2011-05-271-0/+1
* Adapt to the renaming of `Representable0` to `Generic`.Jose Pedro Magalhaes2011-05-095-164/+159
* Add Representable0 instances where needed.Jose Pedro Magalhaes2011-05-045-119/+226
* Add new module GHC.CString with functions relating to CString (moved from GHC...Jose Pedro Magalhaes2011-05-036-10/+143
* Update comments.Jose Pedro Magalhaes2011-04-291-6/+3
* Whitespace only.Jose Pedro Magalhaes2011-04-291-3/+3
* Remove old generics stuff.Jose Pedro Magalhaes2011-04-283-45/+1
* Second initial commit for Pedro's generic-default mechanismsimonpj2011-04-125-1/+303
* Initial commit for Pedro's new generic-default mechanismsimonpj2011-04-121-0/+17
* Update source-repository in the .cabal file to point to the git repoIan Lynagh2011-04-051-2/+2
* Roll back generics changes in the HEAD reposIan Lynagh2011-02-196-295/+1
* We should not use XGenerics in ghc-prim, for now at least.jpm@cs.uu.nl2011-02-045-0/+5
* Use functional dependencies.jpm@cs.uu.nl2011-01-061-9/+7
* Use functional dependenciesjpm@cs.uu.nl2011-01-062-8/+3
* Use type familiesjpm@cs.uu.nl2010-12-151-5/+13
* Follow GHC.Types changesjpm@cs.uu.nl2010-10-273-9/+3
* Update GHC.Generics to new generic programming libraryjpm@cs.uu.nl2010-10-183-0/+294
* Merge GHC.Bool into GHC.TypesIan Lynagh2010-10-235-15/+5
* re-instate the documentation for 'Char', which got lost at some pointSimon Marlow2010-06-291-0/+12
* Add new GHC.Magic moduleIan Lynagh2009-11-232-0/+30
* Bump version to 0.2.0.0Ian Lynagh2009-09-201-1/+1
* Add a doc header to GHC.Types, and point at GHC.ExtsIan Lynagh2009-08-111-0/+15
* Update to follow RTS tidyp changesSimon Marlow2009-08-011-1/+1
* Add a debugErrLn function, which is like debugLn except it prints to stderrIan Lynagh2009-07-102-14/+33
* Remove unused importsIan Lynagh2009-07-071-1/+1
* Remove the Integer functions; they're now in integer-gmp insteadIan Lynagh2009-06-152-40/+0
* The IO type has moved to GHC.Types in ghc-primIan Lynagh2009-06-201-1/+16
* Add a GHC.Debug module, with debugLn :: [Char] -> IO ()Ian Lynagh2009-06-203-0/+39
* Add missing -XTypeOperatorssimonpj@microsoft.com2009-06-021-2/+1
* Require Cabal version >= 1.6Ian Lynagh2009-01-221-1/+1
* Add "bug-reports" and "source-repository" info to the Cabal fileIan Lynagh2009-01-211-0/+5
* optionally include GHC.Prim in exposed-modules (for the new GHC build system)Simon Marlow2008-12-171-0/+10
* Add build-depends: rts for correct dynamic library linkingClemens Fruhwirth2008-10-031-0/+1
* Pad version number to 0.1.0.0Ian Lynagh2008-09-201-1/+1
* Fix compilation of Setup.hs with GHC 6.9Ian Lynagh2008-09-161-2/+3
* In Setup, tell haddock about GHC.PrimIan Lynagh2008-09-052-3/+13
* Help haddock find ghc-prim's types by explicitly exporting themIan Lynagh2008-09-032-2/+2