[commit: packages/haskell2010] master: Bump to 1.1.2.0 and add changelog (5c5b84b)

git at git.haskell.org git at git.haskell.org
Sat Mar 22 12:41:50 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/packages/haskell2010.git/commitdiff/5c5b84b02d940b2487ffe0778ca62e329ad0bf75

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

commit 5c5b84b02d940b2487ffe0778ca62e329ad0bf75
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Mar 22 13:25:37 2014 +0100

    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 at gnu.org>


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

5c5b84b02d940b2487ffe0778ca62e329ad0bf75
 changelog.md      |   13 +++++++++++++
 haskell2010.cabal |    7 +++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

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



More information about the ghc-commits mailing list