[commit: packages/deepseq] master: Avoid past-tense in changelog for consistency (cb66aa8)
git at git.haskell.org
git at git.haskell.org
Wed Apr 20 13:05:29 UTC 2016
Repository : ssh://git@git.haskell.org/deepseq
On branch : master
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/cb66aa890b0972375e31deaee3bc424f46beb68a
>---------------------------------------------------------------
commit cb66aa890b0972375e31deaee3bc424f46beb68a
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Apr 19 19:11:10 2016 +0200
Avoid past-tense in changelog for consistency
>---------------------------------------------------------------
cb66aa890b0972375e31deaee3bc424f46beb68a
changelog.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/changelog.md b/changelog.md
index 1403152..eb53420 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,21 +4,21 @@
* Bundled with GHC 8.0.1
- * Added instances for types provided by `semigroups` prior to
+ * New instances for types provided by `semigroups` prior to
`base-4.9` (i.e. `NonEmpty`, `Min`, `Max`, `Arg`,
`Semigroup.First`, `Semigroup.Last`, `WrappedMonoid`, and
`Option`) ([#11](https://github.com/haskell/deepseq/issues/11))
- * Added instances for `Ptr` and `FunPtr`
+ * New instances for `Ptr` and `FunPtr`
([#10](https://github.com/haskell/deepseq/pull/10))
- * Added instances for `IORef`, `STRef`, and `MVar`
+ * New instances for `IORef`, `STRef`, and `MVar`
([#6](https://github.com/haskell/deepseq/issues/6))
- * Added instance for `ExitCode`
+ * New instance for `ExitCode`
([#4](https://github.com/haskell/deepseq/issues/4))
- * Added instances for `CallStack` and `SrcLoc`
+ * New instances for `CallStack` and `SrcLoc`
* Make `NFData (Proxy a)` instance poly-kinded
More information about the ghc-commits
mailing list