diff options
Diffstat (limited to 'haskell/haskell-regex-pcre-builtin/README')
-rw-r--r-- | haskell/haskell-regex-pcre-builtin/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-regex-pcre-builtin/README b/haskell/haskell-regex-pcre-builtin/README new file mode 100644 index 0000000000..b1b70e5213 --- /dev/null +++ b/haskell/haskell-regex-pcre-builtin/README @@ -0,0 +1,7 @@ +This package provides PCRE backend to accompany regex-base. + +This requires ghc, haskell-transformers, haskell-mtl, and +haskell-regex-base. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |