summaryrefslogtreecommitdiff
path: root/libraries/haskell-deepseq/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/haskell-deepseq/README')
-rw-r--r--libraries/haskell-deepseq/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/haskell-deepseq/README b/libraries/haskell-deepseq/README
new file mode 100644
index 0000000000..7700011428
--- /dev/null
+++ b/libraries/haskell-deepseq/README
@@ -0,0 +1,9 @@
+haskell-deepseq (Fully evaluate data structures in Haskell)
+
+This package provides a "deep" version of seq, for fully evaluating
+data structures.
+
+This requires ghc.
+
+When uninstalling, run this command to unregister the package from the ghc
+package database: ghc-pkg unregister deepseq