From 5c5b84b02d940b2487ffe0778ca62e329ad0bf75 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Sat, 22 Mar 2014 13:25:37 +0100 Subject: [PATCH] Bump to 1.1.2.0 and add changelog The minor version bump is performed `haskell2010` now leaks the new `Bits Bool` instance from `base-4.7.0.0`. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> --- changelog.md | 13 +++++++++++++ haskell2010.cabal | 7 +++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..87acfc5 --- /dev/null +++ b/changelog.md @@ -0,0 +1,13 @@ +# Changelog for [`haskell2010` package](http://hackage.haskell.org/package/haskell2010) + +## 1.1.2.0 *Mar 2014* + + - Bundled with GHC 7.8.1 + + - Leaks new `Bits Bool` instance (deviation from H2010) + + - Remove NHC98-specific code + + - Adapt to changes in GHC 7.8's core-libaries + + - Update to Cabal format 1.10 diff --git a/haskell2010.cabal b/haskell2010.cabal index 35d10a0..4cc8167 100644 --- a/haskell2010.cabal +++ b/haskell2010.cabal @@ -1,5 +1,5 @@ name: haskell2010 -version: 1.1.1.1 +version: 1.1.2.0 -- GHC 7.6.1 released with 1.1.1.0 license: BSD3 license-file: LICENSE @@ -14,6 +14,9 @@ description: This package provides exactly the library modules defined by the <http://www.haskell.org/onlinereport/haskell2010/ Haskell 2010 standard>. +extra-source-files: + changelog.md + source-repository head type: git location: http://git.haskell.org/packages/haskell2010.git @@ -21,7 +24,7 @@ source-repository head source-repository this type: git location: http://git.haskell.org/packages/haskell2010.git - tag: haskell2010-1.1.1.1-release + tag: haskell2010-1.1.2.0-release Library default-language: Haskell2010 -- GitLab