[commit: ghc] wip/T15449, wip/T16188, wip/llvm-configure-opts: Add a changelog for base 4.14.0.0 (a9bef62)
git at git.haskell.org
git at git.haskell.org
Sun Feb 10 21:30:18 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branches: wip/T15449,wip/T16188,wip/llvm-configure-opts
Link : http://ghc.haskell.org/trac/ghc/changeset/a9bef62ba42056039cc55a68481ed01a5bece445/ghc
>---------------------------------------------------------------
commit a9bef62ba42056039cc55a68481ed01a5bece445
Author: Langston Barrett <langston.barrett at gmail.com>
Date: Mon Feb 4 08:59:56 2019 -0800
Add a changelog for base 4.14.0.0
>---------------------------------------------------------------
a9bef62ba42056039cc55a68481ed01a5bece445
libraries/base/Data/Functor/Compose.hs | 2 +-
libraries/base/changelog.md | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/libraries/base/Data/Functor/Compose.hs b/libraries/base/Data/Functor/Compose.hs
index 97d4a35..44570e1 100644
--- a/libraries/base/Data/Functor/Compose.hs
+++ b/libraries/base/Data/Functor/Compose.hs
@@ -124,7 +124,7 @@ instance (Alternative f, Applicative g) => Alternative (Compose f g) where
-- | The deduction (via generativity) that if @g x :~: g y@ then @x :~: y at .
--
--- @since 4.13.0.0
+-- @since 4.14.0.0
instance (TestEquality f) => TestEquality (Compose f g) where
testEquality (Compose x) (Compose y) =
case testEquality x y of -- :: Maybe (g x :~: g y)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 3d178d3..7992795 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -1,5 +1,10 @@
# Changelog for [`base` package](http://hackage.haskell.org/package/base)
+## 4.14.0.0 *TBA*
+ * Bundled with GHC *TBA*
+
+ * Add a `TestEquality` instance for the `Compose` newtype.
+
## 4.12.0.0 *TBA*
* Bundled with GHC *TBA*
More information about the ghc-commits
mailing list