diff options
Diffstat (limited to 'haskell/haskell-regex-compat/README')
-rw-r--r-- | haskell/haskell-regex-compat/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-regex-compat/README b/haskell/haskell-regex-compat/README new file mode 100644 index 0000000000..2246bedbc7 --- /dev/null +++ b/haskell/haskell-regex-compat/README @@ -0,0 +1,6 @@ +A module layer over haskell-regex-posix to replace Text.Regex. + +This requires ghc and haskell-regex-posix. + +After uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg recache |