[commit: packages/deepseq] master, typeable-with-kinds: Minor doc fix (a79bee5)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:35:55 UTC 2015
Repository : ssh://git@git.haskell.org/deepseq
On branches: master,typeable-with-kinds
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/a79bee5f5da25353b88759cf5ed8d0df2b59946c
>---------------------------------------------------------------
commit a79bee5f5da25353b88759cf5ed8d0df2b59946c
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Dec 17 12:34:39 2014 +0100
Minor doc fix
[skip ci]
>---------------------------------------------------------------
a79bee5f5da25353b88759cf5ed8d0df2b59946c
Control/DeepSeq.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Control/DeepSeq.hs b/Control/DeepSeq.hs
index 9f60d88..4213e92 100644
--- a/Control/DeepSeq.hs
+++ b/Control/DeepSeq.hs
@@ -208,7 +208,7 @@ class NFData a where
--
-- === Compatibility with previous @deepseq@ versions
--
- -- Prior to version 1.4.0, the default implementation of the 'rnf'
+ -- Prior to version 1.4.0.0, the default implementation of the 'rnf'
-- method was defined as
--
-- @'rnf' a = 'seq' a ()@
More information about the ghc-commits
mailing list