diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:44:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:03 +0700 |
commit | e91196cd180d5ed72d44b03ae93daf193ed08cc5 (patch) | |
tree | cb98b287e96f057695512c4d4a5246008e25d558 /haskell/haskell-x509-system/README | |
parent | 842060d24ca535b88849652f67d28bf946ea9c33 (diff) |
haskell/haskell-x509-system: Added (system x.509 handling).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-x509-system/README')
-rw-r--r-- | haskell/haskell-x509-system/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-x509-system/README b/haskell/haskell-x509-system/README new file mode 100644 index 000000000000..8a601877d1ef --- /dev/null +++ b/haskell/haskell-x509-system/README @@ -0,0 +1,4 @@ +Handle per-operating-system X.509 accessors and storage. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |