diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:42:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:02 +0700 |
commit | 349587b0269896ebbc4934ae6f8e89c897900f13 (patch) | |
tree | 33d7af5075f7e85611436b0a028cd8a56d42aade /haskell/haskell-x509-store/README | |
parent | ab477712b005d67e710bf44fb1cb9c64a6330c00 (diff) | |
download | slackbuilds-349587b0269896ebbc4934ae6f8e89c897900f13.tar.gz |
haskell/haskell-x509-store: Added (x.509 collection accessing and storing methods).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-x509-store/README')
-rw-r--r-- | haskell/haskell-x509-store/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-x509-store/README b/haskell/haskell-x509-store/README new file mode 100644 index 0000000000..bd23cc5988 --- /dev/null +++ b/haskell/haskell-x509-store/README @@ -0,0 +1,5 @@ +X.509 collection accessing and storing methods for certificate, crl, +exception list. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |