[commit: packages/deepseq] master: Bump `base` constraint and convert changelog to MD (3815fe8)
git at git.haskell.org
git at git.haskell.org
Tue Sep 9 14:25:22 UTC 2014
Repository : ssh://git@git.haskell.org/deepseq
On branch : master
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/3815fe819ba465159cc618b3521adcba97e3c0d1
>---------------------------------------------------------------
commit 3815fe819ba465159cc618b3521adcba97e3c0d1
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Sep 9 16:24:42 2014 +0200
Bump `base` constraint and convert changelog to MD
>---------------------------------------------------------------
3815fe819ba465159cc618b3521adcba97e3c0d1
changelog => changelog.md | 34 ++++++++++++++++++++++++----------
deepseq.cabal | 6 +++---
2 files changed, 27 insertions(+), 13 deletions(-)
diff --git a/changelog b/changelog.md
similarity index 62%
rename from changelog
rename to changelog.md
index 9c3286d..10ef7cc 100644
--- a/changelog
+++ b/changelog.md
@@ -1,35 +1,49 @@
--*-change-log-*-
+# Changelog for [`deepseq` package](http://hackage.haskell.org/package/deepseq)
-1.3.0.2 Nov 2013
+## 1.3.0.3 *TBA*
+
+ * Bundled with GHC 7.10
+
+## 1.3.0.2 *Nov 2013*
+
+ * Bundled with GHC 7.8.1
* 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
+## 1.3.0.1 *Sep 2012*
+
* No changes
-1.3.0.0 Feb 2012
+## 1.3.0.0 *Feb 2012*
+
* Add instances for `Fixed`, `a->b` and `Version`
-1.2.0.1 Sep 2011
+## 1.2.0.1 *Sep 2011*
+
* Disable SafeHaskell for GHC 7.2
-1.2.0.0 Sep 2011
+## 1.2.0.0 *Sep 2011*
+
* New function `force`
* New operator `$!!`
* Add SafeHaskell support
* Dropped dependency on containers
-1.1.0.2 Nov 2010
+## 1.1.0.2 *Nov 2010*
+
* Improve Haddock documentation
-1.1.0.1 Oct 2010
+## 1.1.0.1 *Oct 2010*
+
* Enable support for containers-0.4.x
-1.1.0.0 Nov 2009
+## 1.1.0.0 *Nov 2009*
+
* Major rewrite
-1.0.0.0 Nov 2009
+## 1.0.0.0 *Nov 2009*
+
* Initial release
diff --git a/deepseq.cabal b/deepseq.cabal
index 0793123..e043ca1 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -1,6 +1,6 @@
name: deepseq
-version: 1.3.0.2
--- GHC 7.6.1 released with 1.3.0.1
+version: 1.3.0.3
+-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
maintainer: libraries at haskell.org
@@ -45,6 +45,6 @@ library
if impl(ghc >= 7.2)
other-extensions: Safe
exposed-modules: Control.DeepSeq
- build-depends: base >= 4.3 && < 4.8,
+ build-depends: base >= 4.3 && < 4.9,
array >= 0.3 && < 0.6
ghc-options: -Wall
More information about the ghc-commits
mailing list