[commit: ghc] master: base: Add missing instances for Data.Ord.Down (21fa62f)
git at git.haskell.org
git at git.haskell.org
Wed Jun 20 00:16:21 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/21fa62feace8524cbf4559ccfcc96b22cb07879f/ghc
>---------------------------------------------------------------
commit 21fa62feace8524cbf4559ccfcc96b22cb07879f
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Tue Jun 19 17:11:05 2018 -0400
base: Add missing instances for Data.Ord.Down
Specifically:
* MonadFix
* MonadZip
* Data
* Foldable
* Traversable
* Eq1
* Ord1
* Read1
* Show1
* Generic
* Generic1
Fixes #15098.
Reviewers: RyanGlScott, hvr
Reviewed By: RyanGlScott
Subscribers: sjakobi, rwbarton, thomie, ekmett, carter
GHC Trac Issues: #15098
Differential Revision: https://phabricator.haskell.org/D4870
>---------------------------------------------------------------
21fa62feace8524cbf4559ccfcc96b22cb07879f
libraries/base/Control/Monad/Fix.hs | 8 ++++++++
libraries/base/Control/Monad/Zip.hs | 7 +++++++
libraries/base/Data/Data.hs | 6 ++++++
libraries/base/Data/Foldable.hs | 4 ++++
libraries/base/Data/Functor/Classes.hs | 19 +++++++++++++++++++
libraries/base/Data/Traversable.hs | 5 +++++
libraries/base/GHC/Generics.hs | 7 +++++++
libraries/base/changelog.md | 5 +++++
.../tests/annotations/should_fail/annfail10.stderr | 4 ++--
testsuite/tests/ghci/scripts/T10963.stderr | 2 +-
testsuite/tests/polykinds/T13393.stderr | 2 +-
.../tests/typecheck/should_compile/T14273.stderr | 4 ++--
.../tests/typecheck/should_compile/holes2.stderr | 2 +-
.../typecheck/should_compile/valid_hole_fits.stderr | 4 ++--
testsuite/tests/typecheck/should_fail/T10971b.stderr | 8 ++++----
testsuite/tests/typecheck/should_fail/T12921.stderr | 2 +-
testsuite/tests/typecheck/should_fail/T14884.stderr | 2 +-
17 files changed, 76 insertions(+), 15 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 21fa62feace8524cbf4559ccfcc96b22cb07879f
More information about the ghc-commits
mailing list