From a79bee5f5da25353b88759cf5ed8d0df2b59946c Mon Sep 17 00:00:00 2001
From: Herbert Valerio Riedel <hvr@gnu.org>
Date: Wed, 17 Dec 2014 12:34:39 +0100
Subject: [PATCH] Minor doc fix

[skip ci]
---
 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 ()@
-- 
GitLab