Skip to content
Snippets Groups Projects
Commit 6994c775 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Add changelog to prepare for 1.3.0.2 release

parent c98c56f6
No related branches found
No related tags found
No related merge requests found
-*-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
...@@ -28,6 +28,8 @@ build-type: Simple ...@@ -28,6 +28,8 @@ build-type: Simple
cabal-version: >=1.10 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 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 source-repository head
type: git type: git
location: http://git.haskell.org/packages/deepseq.git location: http://git.haskell.org/packages/deepseq.git
...@@ -35,10 +37,10 @@ source-repository head ...@@ -35,10 +37,10 @@ source-repository head
source-repository this source-repository this
type: git type: git
location: http://git.haskell.org/packages/deepseq.git location: http://git.haskell.org/packages/deepseq.git
tag: bytestring-1.3.0.2-release tag: deepseq-1.3.0.2-release
library library
default-language: Haskell98 default-language: Haskell2010
other-extensions: CPP other-extensions: CPP
if impl(ghc >= 7.2) if impl(ghc >= 7.2)
other-extensions: Safe other-extensions: Safe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment