summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/ghc-prim.cabal
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* In Setup, tell haddock about GHC.PrimIan Lynagh2008-09-051-1/+2
* Move the [] definition from base into ghc-prim:GHC.TypesIan Lynagh2008-08-051-0/+1
* Tuple datatypes are now in GHC.Tuple (they were in base:Data.Tuple before)Ian Lynagh2008-08-041-0/+1
* Add GHC.Unit for the definition of the () typeIan Lynagh2008-06-241-0/+1
* Add GHC.OrderingIan Lynagh2008-04-121-0/+1
* Add GHC.IntWord32 and GHC.IntWord64 (from base)Ian Lynagh2008-03-251-1/+5
* Initial commit; code copied from the base packageIan Lynagh2008-03-231-0/+21