[commit: packages/parallel] master: Prepare for 3.2.0.5 release (c4863d9)
git at git.haskell.org
git at git.haskell.org
Sat Jan 2 08:16:29 UTC 2016
Repository : ssh://git@git.haskell.org/parallel
On branch : master
Link : http://git.haskell.org/packages/parallel.git/commitdiff/c4863d925c446ba5416aeed6a11012f2e978686e
>---------------------------------------------------------------
commit c4863d925c446ba5416aeed6a11012f2e978686e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Dec 2 17:16:51 2014 +0100
Prepare for 3.2.0.5 release
>---------------------------------------------------------------
c4863d925c446ba5416aeed6a11012f2e978686e
changelog.md | 4 ++--
parallel.cabal | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/changelog.md b/changelog.md
index fce3072..f940ec9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,8 @@
# Changelog for [`parallel` package](http://hackage.haskell.org/package/parallel)
-## 3.2.0.5 *TBA*
+## 3.2.0.5 *Dec 2014*
- - Support `base-4.8.0.0`
+ - Support `base-4.8.0.0`/`deepseq-1.4.0.0` (and thus GHC 7.10)
## 3.2.0.4 *Nov 2013*
diff --git a/parallel.cabal b/parallel.cabal
index 90f0583..71fbd37 100644
--- a/parallel.cabal
+++ b/parallel.cabal
@@ -4,6 +4,7 @@ version: 3.2.0.5
license: BSD3
license-file: LICENSE
maintainer: libraries at haskell.org
+bug-reports: https://github.com/haskell/parallel/issues
synopsis: Parallel programming library
category: Control, Parallelism
build-type: Simple
@@ -16,7 +17,7 @@ extra-source-files: changelog.md
source-repository head
type: git
- location: http://git.haskell.org/packages/parallel.git
+ location: https://github.com/haskell/parallel.git
library
default-language: Haskell2010
More information about the ghc-commits
mailing list