[commit: packages/deepseq] master: Add changelog to prepare for 1.3.0.2 release (6994c77)

git at git.haskell.org git at git.haskell.org
Tue Nov 5 18:34:45 UTC 2013


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

On branch  : master
Link       : http://git.haskell.org/packages/deepseq.git/commitdiff/6994c775fe9b42eeb3b8afd00dbf928aa7ab221f

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

commit 6994c775fe9b42eeb3b8afd00dbf928aa7ab221f
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Nov 5 18:40:19 2013 +0100

    Add changelog to prepare for 1.3.0.2 release
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

6994c775fe9b42eeb3b8afd00dbf928aa7ab221f
 changelog     |   35 +++++++++++++++++++++++++++++++++++
 deepseq.cabal |    6 ++++--
 2 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
new file mode 100644
index 0000000..ed643ca
--- /dev/null
+++ b/changelog
@@ -0,0 +1,35 @@
+-*-change-log-*-
+
+1.3.0.2  Nov 2013
+        * Update package description to Cabal 1.10 format
+        * Add support for GHC 7.8
+        * Drop support for GHCs older than GHC 7.0.1
+        * Add `/since: .../` annotations to Haddock comments
+        * Add changelog
+
+1.3.0.1  Sep 2012
+        * No changes
+
+1.3.0.0  Feb 2012
+        * Add instances for `Fixed`, `a->b` and `Version`
+
+1.3.0.1  Sep 2011
+        * Disable SafeHaskell for GHC 7.2
+
+1.2.0.0  Sep 2011
+        * New function `force`
+        * New operator `$!!`
+        * Add SafeHaskell support
+        * Dropped dependency on containers
+
+1.1.0.2  Nov 2010
+        * Improve Haddock documentation
+
+1.1.0.1  Oct 2010
+        * Enable support for containers-0.4.x
+
+1.1.0.0  Nov 2009
+        * Major rewrite
+
+1.0.0.0  Nov 2009
+        * Initial release
diff --git a/deepseq.cabal b/deepseq.cabal
index 22538d5..0793123 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -28,6 +28,8 @@ build-type:     Simple
 cabal-version:  >=1.10
 tested-with:    GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1
 
+extra-source-files: changelog
+
 source-repository head
   type:     git
   location: http://git.haskell.org/packages/deepseq.git
@@ -35,10 +37,10 @@ source-repository head
 source-repository this
   type:     git
   location: http://git.haskell.org/packages/deepseq.git
-  tag:      bytestring-1.3.0.2-release
+  tag:      deepseq-1.3.0.2-release
 
 library
-  default-language: Haskell98
+  default-language: Haskell2010
   other-extensions: CPP
   if impl(ghc >= 7.2)
     other-extensions: Safe



More information about the ghc-commits mailing list