summaryrefslogtreecommitdiff
path: root/libraries/integer-simple
Commit message (Expand)AuthorAgeFilesLines
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-041-1/+1
* integer-simple: Add documentation for Integer typeBen Gamari2019-04-031-0/+3
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* try to fix CIAlec Theriault2019-01-161-0/+2
* Match `integer-simple`'s API with `integer-gmp`Alec Theriault2019-01-162-6/+97
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* Make GHC (the library) flexible in the choice of integer libraryJoachim Breitner2018-10-031-2/+3
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* A bunch of typofixesGabor Greif2017-09-264-4/+4
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-2/+2
* Patch-level increment integer-simple version 0.1.1.1Herbert Valerio Riedel2015-12-281-1/+1
* Rip out __HADDOCK__ referencesBen Gamari2015-11-141-4/+0
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-1/+1
* Remove LANGUAGE pragrams implied by Haskell2010Herbert Valerio Riedel2014-05-141-2/+1
* Set cabal files to default-language:Haskell2010Herbert Valerio Riedel2014-05-141-6/+6
* Update Cabal source-repository entries (re #8545)Herbert Valerio Riedel2014-04-191-1/+2
* Use a more sensible `hashInteger` implementationHerbert Valerio Riedel2014-01-031-2/+1
* Placate clang.Austin Seipp2013-10-261-2/+2
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-162-44/+43
* Update Git repo URL in `.cabal` fileHerbert Valerio Riedel2013-09-111-1/+1
* Comments onlyJan Stolarek2013-08-191-0/+5
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-07-033-33/+53
* More build fixesIan Lynagh2013-05-191-2/+2
* Fix buildIan Lynagh2013-05-191-2/+2
* 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
* fix typoGabor Greif2012-08-291-1/+1
* Define testBitInteger; part of #3489. Patch from pumpkingod@gmail.comIan Lynagh2012-08-052-1/+8
* track integer-gmp and add 'divInteger', 'modInteger'Gabor Greif2012-07-242-2/+13
* Bump version to 0.1.0.1Paolo Capriotti2012-07-101-1/+1
* Update .gitignore.Paolo Capriotti2012-03-061-0/+3
* remove erroneous '::' in NOINLINE pragmaSimon Marlow2011-10-141-1/+1
* Define mkIntegerIan Lynagh2011-09-172-1/+11
* Add NOINLINE pragmasIan Lynagh2011-09-131-0/+38
* Update importsIan Lynagh2011-09-131-2/+1
* Add a note about why/how we avoid patErrorIan Lynagh2011-08-071-0/+32
* Make pattern matches more obviously completeIan Lynagh2011-08-061-38/+58
* Eliminate orphan instancesIan Lynagh2011-07-303-731/+717
* Remove -Werror from the cabal fileIan Lynagh2011-07-291-1/+1
* Rename toInt# -> integerToInt for consistencyIan Lynagh2011-07-231-3/+3
* Follow library changesIan Lynagh2011-07-221-0/+14
* Part of #5122 "Faster conversion between Rational and Double/Float" fixIan Lynagh2011-04-223-0/+211
* Bump Cabal version we implement, and add source repository to .cabal fileIan Lynagh2011-04-051-1/+5
* Add extensions to LANGUAGE pragmaIan Lynagh2011-01-111-1/+1
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-231-1/+1
* Pad version to 0.1.0.0Ian Lynagh2009-09-201-1/+1
* Add NoImplicitPrelude to the extensions usedIan Lynagh2009-07-221-1/+2
* Add an import so the deps get sorted out correctlyIan Lynagh2009-07-221-0/+1
* () is now available, so use that instead of our ownIan Lynagh2009-07-221-30/+28
* Follow changes in GHC and the other librariesIan Lynagh2009-07-224-26/+126