ghc-prim.git
2011-04-05 Ian LynaghUpdate source-repository in the .cabal file to point... master
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-09-20 Ian LynaghBump version to 0.2.0.0
2009-08-11 Ian LynaghAdd a doc header to GHC.Types, and point at GHC.Exts
2009-08-01 Simon MarlowUpdate to follow RTS tidyp changes
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
2009-01-22 Ian LynaghRequire Cabal version >= 1.6
2009-01-21 Ian LynaghAdd "bug-reports" and "source-repository" info to the...
2008-12-17 Simon Marlowoptionally include GHC.Prim in exposed-modules (for...
2008-10-03 Clemens FruhwirthAdd build-depends: rts for correct dynamic library...
2008-09-20 Ian LynaghPad version number to 0.1.0.0
2008-09-16 Ian LynaghFix compilation of Setup.hs with GHC 6.9 6_10_branch_has_been_forked
2008-09-05 Ian LynaghIn Setup, tell haddock about 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...
2008-08-04 Ian LynaghTuple datatypes are now in GHC.Tuple (they were in...
2008-06-29 Ian LynaghFollow Cabal changes
2008-06-27 Ian LynaghUpdate .darcs-boring
2008-06-26 Ian LynaghUse simpleUserHooks rather than defaultUserHooks 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-05-17 Ian LynaghMove the register-inplace special-case stuff into the... 2008-05-28
2008-04-12 Ian LynaghAdd GHC.Ordering
2008-03-25 Ian LynaghAdd GHC.IntWord32 and GHC.IntWord64 (from base)
2008-03-24 Ian LynaghAdd .darcs-boring file
2008-03-23 Ian LynaghInitial commit; code copied from the base package