Update source-repository in the .cabal file to point to the git repo
[ghc-prim.git] / ghc-prim.cabal
2011-04-05 Ian LynaghUpdate source-repository in the .cabal file to point... master
2010-10-23 Ian LynaghMerge GHC.Bool into GHC.Types
2009-11-23 Ian LynaghAdd new GHC.Magic module
2009-09-20 Ian LynaghBump version to 0.2.0.0
2009-06-20 Ian LynaghAdd a GHC.Debug module, with debugLn :: [Char] -> IO ()
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-05 Ian LynaghIn Setup, tell haddock about 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-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