Update source-repository in the .cabal file to point to the git repo
[ghc-prim.git] / GHC /
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.
2011-01-06 jpm@cs.uu.nlUse functional dependencies
2010-12-15 jpm@cs.uu.nlUse type families
2010-10-27 jpm@cs.uu.nlFollow GHC.Types changes
2010-10-18 jpm@cs.uu.nlUpdate GHC.Generics to new generic programming library
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-11-23 Ian LynaghAdd new GHC.Magic module
2009-08-11 Ian LynaghAdd a doc header to GHC.Types, and point at GHC.Exts
2009-07-10 Ian LynaghAdd a debugErrLn function, which is like debugLn except...
2009-07-07 Ian LynaghRemove unused imports
2009-06-15 Ian LynaghRemove the Integer functions; they're now in integer... 2009-06-25
2009-06-20 Ian LynaghThe IO type has moved to GHC.Types in ghc-prim
2009-06-20 Ian LynaghAdd a GHC.Debug module, with debugLn :: [Char] -> IO ()
2009-06-02 simonpj@microsoft.comAdd missing -XTypeOperators
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...
2008-08-04 Ian LynaghTuple datatypes are now in GHC.Tuple (they were in...
2008-06-24 Ian LynaghAdd GHC.Unit for the definition of the () type
2008-06-24 Ian LynaghFix warnings in ghc-prim modules
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-04-12 Ian LynaghAdd GHC.Ordering
2008-03-25 Ian LynaghAdd GHC.IntWord32 and GHC.IntWord64 (from base)
2008-03-23 Ian LynaghInitial commit; code copied from the base package