[commit: packages/containers] changelog-foldtree, cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394: Add changelog entry for sequence pattern synonyms (daae76b)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:39:43 UTC 2017


Repository : ssh://git@git.haskell.org/containers

On branches: changelog-foldtree,cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-184-generic,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/daae76baf9460d40f2dcf0c37fb172942ed5b098

>---------------------------------------------------------------

commit daae76baf9460d40f2dcf0c37fb172942ed5b098
Author: David Feuer <David.Feuer at gmail.com>
Date:   Thu Apr 21 13:37:35 2016 -0400

    Add changelog entry for sequence pattern synonyms


>---------------------------------------------------------------

daae76baf9460d40f2dcf0c37fb172942ed5b098
 changelog.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index d8c6d2b..eac87bb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -6,9 +6,11 @@
 
   * Add `IsString` instance to `Data.Sequence`.
 
-  * Define `Semigroup` instances for ``Data.Map`, `Data.Set`, `Data.IntMap`,
+  * Define `Semigroup` instances for `Data.Map`, `Data.Set`, `Data.IntMap`,
     `Data.IntSet` and `Data.Sequence`.
 
+  * Add `Empty`, `:<|`, and `:|>` pattern synonyms for `Seq`.
+
 ## 0.5.6.2  *Dec 2014*
 
   * Bundled with GHC 7.10.1.



More information about the ghc-commits mailing list