summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/ghc-prim.cabal
Commit message (Expand)AuthorAgeFilesLines
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-091-0/+1
* Remove purely external primopsJohn Ericson2019-07-141-0/+1
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-041-1/+1
* Bump ghc-prim's version where neededAlexandre2019-04-011-1/+1
* Add support for bitreverse primopAlexandre2019-04-011-0/+1
* Fix a few broken Trac links [skip ci]Chaitanya Koparkar2019-03-271-1/+1
* ghc-prim: Bump versionBen Gamari2018-05-201-1/+1
* Add 'addWordC#' PrimOpSebastian Graf2018-05-051-1/+1
* Update Cabal submoduleOleg Grenrus2018-01-211-1/+1
* Add new mbmi and mbmi2 compiler flagsJohn Ky2018-01-211-0/+2
* Revert "Add new mbmi and mbmi2 compiler flags"Ben Gamari2017-11-221-2/+0
* GHC.Prim use virtual-modulesMoritz Angermann2017-11-181-8/+4
* Add new mbmi and mbmi2 compiler flagsJohn Ky2017-11-151-0/+2
* Bump ghc-prim to 0.5.2.0 and update changelogHerbert Valerio Riedel2017-10-171-1/+1
* ghc-prim: Bump versionBen Gamari2017-07-231-1/+1
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-111-0/+14
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-1/+1
* Add Cabal synopses and descriptionsBen Gamari2016-01-051-1/+1
* Bump ghc-prim version to 0.5.0.0 (closes #11043)Herbert Valerio Riedel2015-11-011-2/+2
* ghc-prim: add API delta as changelog (re #11043)Herbert Valerio Riedel2015-11-011-0/+2
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-1/+1
* Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh.Edward Z. Yang2015-06-201-0/+3
* Bump ghc-prim to 0.4.0.0Herbert Valerio Riedel2015-03-201-2/+2
* Implement new CLZ and CTZ primops (re #9340)Herbert Valerio Riedel2014-08-141-0/+2
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-2/+2
* 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