summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/ghc-prim.cabal
Commit message (Expand)AuthorAgeFilesLines
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-301-0/+1
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-261-1/+0
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-241-0/+1
* Update Cabal source-repository entries (re #8545)Herbert Valerio Riedel2014-04-191-6/+2
* Modernize `ghc-prim.cabal` to `cabal-version>=1.10`Herbert Valerio Riedel2013-10-271-15/+32
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-181-1/+0
* Update Git repo URL in `.cabal` fileHerbert Valerio Riedel2013-09-111-1/+1
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-07-261-0/+1
* add other architecture for bswap in a form of Stg functions.Ian Lynagh2013-06-091-0/+1
* Add word2floatJohan Tibell2012-12-061-0/+1
* Bump version number following new policyIan Lynagh2012-11-301-1/+1
* Add comment to .cabal file saying what GHC 7.6.1 shipped withIan Lynagh2012-11-301-0/+1
* Bump version to 0.3.0.0Paolo Capriotti2012-07-101-1/+1
* Move GHC.Generics to baseJose Pedro Magalhaes2012-06-211-1/+0
* Merge GHC.Unit into GHC.Tuple, and GHC.Ordering into GHC.TypesIan Lynagh2011-08-261-2/+0
* Drop bitrotted code for < 32-bit platformsJohan Tibell2011-08-241-1/+0
* Add fallbacks for processor specific instructions (e.g. POPCNT). These fallba...Johan Tibell2011-08-161-0/+1
* Move GHC.Classes here from baseIan Lynagh2011-07-221-1/+2
* Add new module GHC.CString with functions relating to CString (moved from GHC...Jose Pedro Magalhaes2011-05-031-0/+1
* Update source-repository in the .cabal file to point to the git repoIan Lynagh2011-04-051-2/+2
* Merge GHC.Bool into GHC.TypesIan Lynagh2010-10-231-1/+0
* Add new GHC.Magic moduleIan Lynagh2009-11-231-0/+1
* Bump version to 0.2.0.0Ian Lynagh2009-09-201-1/+1
* Add a GHC.Debug module, with debugLn :: [Char] -> IO ()Ian Lynagh2009-06-201-0/+2
* 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