Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
integer-simple
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
integer-simple
Graph
master
Select Git revision
Branches
6
ghc-7.2
ghc-7.4
ghc-7.6
ghc-7.8
master
default
protected
tmp
Tags
12
integer-simple-0.1.1.0-release
ghc-7.8.1-release
ghc-7.8.2-release
ghc-7.6.1-release
ghc-7.6.2-release
ghc-7.6.3-release
integer-simple-0.1.0.1-release
ghc-7.4.1-release
ghc-7.4.2-release
ghc-7.2.1-release
ghc-7.2.2-release
ghc-darcs-git-switchover
18 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Jan
26
Oct
16
Sep
11
19
Aug
3
Jul
19
May
30
Nov
29
Aug
5
24
Jul
10
6
Mar
14
Oct
18
Sep
17
13
7
Aug
6
30
Jul
29
24
23
22
22
Apr
5
11
Jan
23
Oct
20
Sep
22
Jul
14
Jun
2
25
Apr
Use a more sensible `hashInteger` implementation
ghc-7.8.1-relea…
ghc-7.8.1-release ghc-7.8.2-release integer-simple-0.1.1.0-release ghc-7.8 master
Placate clang.
Follow changes in comparison primops (see #6135)
Update Git repo URL in `.cabal` file
Comments only
Comparison primops return Int# (Fixes #6135)
More build fixes
Fix build
Bump version number following new policy
Add comment to .cabal file saying what GHC 7.6.1 shipped with
fix typo
Define testBitInteger; part of #3489. Patch from pumpkingod@gmail.com
track integer-gmp and add 'divInteger', 'modInteger'
Bump version to 0.1.0.1
ghc-7.6.1-relea…
ghc-7.6.1-release ghc-7.6.2-release ghc-7.6.3-release integer-simple-0.1.0.1-release ghc-7.6
Update .gitignore.
remove erroneous '::' in NOINLINE pragma
ghc-7.4.1-relea…
ghc-7.4.1-release ghc-7.4.2-release ghc-7.4
Merge branch 'master' into tmp
tmp
tmp
Define mkInteger
Don't define our own list type
Define mkInteger
Add NOINLINE pragmas
Update imports
Add a note about why/how we avoid patError
Make pattern matches more obviously complete
Eliminate orphan instances
Remove -Werror from the cabal file
Rename toInt# -> integerToInt for consistency
ghc-7.2.1-relea…
ghc-7.2.1-release ghc-7.2.2-release ghc-7.2
Rename toInt# -> integerToInt for consistency
Follow library changes
Part of #5122 "Faster conversion between Rational and Double/Float" fix
Bump Cabal version we implement, and add source repository to .cabal file
Add extensions to LANGUAGE pragma
ghc-darcs-git-s…
ghc-darcs-git-switchover
Follow GHC.Bool/GHC.Types merge
Pad version to 0.1.0.0
Add NoImplicitPrelude to the extensions used
Add an import so the deps get sorted out correctly
() is now available, so use that instead of our own
Follow changes in GHC and the other libraries
Fix conversions between Float/Double and simple-integer
Sprinkle on some strictness annotations
Loading