[commit: packages/deepseq] master, typeable-with-kinds: Remove obsolete `deepseq-generics` reference (45377fa)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:35:51 UTC 2015
Repository : ssh://git@git.haskell.org/deepseq
On branches: master,typeable-with-kinds
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/45377fac1e8d1d199a1118ee9812f3b787742f41
>---------------------------------------------------------------
commit 45377fac1e8d1d199a1118ee9812f3b787742f41
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Dec 17 12:23:12 2014 +0100
Remove obsolete `deepseq-generics` reference
...and detabify deepseq.cabal file
>---------------------------------------------------------------
45377fac1e8d1d199a1118ee9812f3b787742f41
deepseq.cabal | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/deepseq.cabal b/deepseq.cabal
index 2e4aff6..a718551 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -1,11 +1,11 @@
-name: deepseq
+name: deepseq
version: 1.4.0.0
-- NOTE: Don't forget to update ./changelog.md
-license: BSD3
-license-file: LICENSE
-maintainer: libraries at haskell.org
+license: BSD3
+license-file: LICENSE
+maintainer: libraries at haskell.org
bug-reports: https://github.com/haskell/deepseq/issues
-synopsis: Deep evaluation of data structures
+synopsis: Deep evaluation of data structures
category: Control
description:
This package provides methods for fully evaluating data structures
@@ -20,11 +20,6 @@ description:
typeclass (\"Normal Form Data\", data structures with no unevaluated
components) which defines strategies for fully evaluating different
data types.
- .
- If you want to automatically derive 'NFData' instances via the
- "GHC.Generics" facility, there is a companion package
- <http://hackage.haskell.org/package/deepseq-generics deepseq-generics>
- which builds on top of this package.
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==7.8.3, GHC==7.8.2, GHC==7.8.1, 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
More information about the ghc-commits
mailing list