Update source-repository in the .cabal file to point to the git repo
[ghc-prim.git] / GHC / Types.hs
2011-02-19 Ian LynaghRoll back generics changes in the HEAD repos ghc-darcs-git-switchover
2011-02-04 jpm@cs.uu.nlWe should not use XGenerics in ghc-prim, for now at...
2011-01-06 jpm@cs.uu.nlUse functional dependencies
2010-10-23 Ian LynaghMerge GHC.Bool into GHC.Types
2010-06-29 Simon Marlowre-instate the documentation for 'Char', which got... Haskell_2010_report_generated
2009-08-11 Ian LynaghAdd a doc header to GHC.Types, and point at GHC.Exts
2009-06-20 Ian LynaghThe IO type has moved to GHC.Types in ghc-prim
2008-09-03 Ian LynaghHelp haddock find ghc-prim's types by explicitly export...
2008-08-06 Ian LynaghMove Int, Float and Double into ghc-prim:GHC.Types
2008-08-06 Ian LynaghAdd some GHC.Generics imports so we can find Inl etc...
2008-08-05 Ian LynaghMove the Char datatype into ghc-prim
2008-08-05 Ian LynaghMove the [] definition from base into ghc-prim:GHC...