Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
deepseq
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
deepseq
Commits
6994c775
Commit
6994c775
authored
11 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
Add changelog to prepare for 1.3.0.2 release
Signed-off-by:
Herbert Valerio Riedel
<
hvr@gnu.org
>
parent
c98c56f6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog
+35
-0
35 additions, 0 deletions
changelog
deepseq.cabal
+4
-2
4 additions, 2 deletions
deepseq.cabal
with
39 additions
and
2 deletions
changelog
0 → 100644
+
35
−
0
View file @
6994c775
-*-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
This diff is collapsed.
Click to expand it.
deepseq.cabal
+
4
−
2
View file @
6994c775
...
@@ -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: Haskell
98
default-language: Haskell
2010
other-extensions: CPP
other-extensions: CPP
if impl(ghc >= 7.2)
if impl(ghc >= 7.2)
other-extensions: Safe
other-extensions: Safe
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment