diff --git a/deepseq.cabal b/deepseq.cabal index f6d8563c87cf0843fe2153315b2ebcfb810b2bf7..55022fb2b61cec7afb805e864fceda04936e06ea 100644 --- a/deepseq.cabal +++ b/deepseq.cabal @@ -21,7 +21,7 @@ description: \"deep\" version of 'seq'. It is implemented on top of an 'NFData' typeclass (\"Normal Form Data\", data structures with no unevaluated components) which defines strategies for fully evaluating different - data types. See module documentation in "Control.Deepseq" for more + data types. See module documentation in "Control.DeepSeq" for more details. build-type: Simple