summaryrefslogtreecommitdiffstats
path: root/libraries/haskell-regex-compat/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/haskell-regex-compat/README')
-rw-r--r--libraries/haskell-regex-compat/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/haskell-regex-compat/README b/libraries/haskell-regex-compat/README
new file mode 100644
index 0000000000..36c3fe1a7a
--- /dev/null
+++ b/libraries/haskell-regex-compat/README
@@ -0,0 +1,8 @@
+haskell-regex-compat (Replaces/Enhances Text.Regex Haskell library)
+
+A module layer over regex-posix to replace Text.Regex.
+
+This requires ghc and haskell-regex-posix.
+
+When uninstalling, run this command to unregister the package from the ghc
+package database: ghc-pkg unregister regex-compat