-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore compatibility back to GHC 7.0 #287
Closed
Closed
Commits on Dec 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a3739d1 - Browse repository at this point
Copy the full SHA a3739d1View commit details -
Define Show instances for numeric newtypes
GHC 7.0 and 7.2 strictly follows Haskell Report 2010 and require `Show` as a superclass of `Num` https://www.haskell.org/onlinereport/haskell2010/haskellch6.html#x13-1350006.4 http://hackage.haskell.org/package/base-4.3.0.0/docs/Prelude.html#t:Num http://hackage.haskell.org/package/base-4.4.0.0/docs/Prelude.html#t:Num
Configuration menu - View commit details
-
Copy full SHA for 1629526 - Browse repository at this point
Copy the full SHA 1629526View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb74da - Browse repository at this point
Copy the full SHA bfb74daView commit details -
Configuration menu - View commit details
-
Copy full SHA for edebb98 - Browse repository at this point
Copy the full SHA edebb98View commit details -
IntMap.foldrWithKey is missing before containers-0.4.2.1
Fixes compatibility with GHC 7.0 (bundled with `containers-0.4.0.0`) and GHC 7.2 (bundled with `containers-0.4.1.0`) Changelog: https://github.com/haskell/containers/blob/master/containers/changelog.md#0421--feb-2012
Configuration menu - View commit details
-
Copy full SHA for cf58ea5 - Browse repository at this point
Copy the full SHA cf58ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9073f - Browse repository at this point
Copy the full SHA dd9073fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0b9a61 - Browse repository at this point
Copy the full SHA b0b9a61View commit details -
Restore guard GHC >= 7.6 in define INSTALL_HANDLERS
Partially reverting 62605ec
Configuration menu - View commit details
-
Copy full SHA for b50c01e - Browse repository at this point
Copy the full SHA b50c01eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ca5336 - Browse repository at this point
Copy the full SHA 0ca5336View commit details -
Use typeOf1 instead of typeRep, which is missing before base-4.7
Configuration menu - View commit details
-
Copy full SHA for 35f741d - Browse repository at this point
Copy the full SHA 35f741dView commit details
Commits on Dec 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 587f08a - Browse repository at this point
Copy the full SHA 587f08aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 220cd52 - Browse repository at this point
Copy the full SHA 220cd52View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.