diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:43:04 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:43:04 -0400 |
commit | 1db797fcf3bd097204c203e2aaabedbe3e46d7cc (patch) | |
tree | cb22607107ae767b38512f1c351ad5e198c9d415 /haskell/haskell-regex-pcre-builtin/README | |
parent | 390c58169dd851b206b6691d3e0251f2d901bb51 (diff) | |
download | slackbuilds-1db797fcf3bd097204c203e2aaabedbe3e46d7cc.tar.gz |
haskell/haskell-regex-pcre-builtin: Added (PCRE backend)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 |