diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:40:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:01 +0700 |
commit | 3f94dc9fbd1a246443fba79b98a76aace025f056 (patch) | |
tree | ea5dd86705c06cd51057e64c14ff461cd1916af8 /haskell/haskell-asn1-encoding/README | |
parent | 1b68ffecf1861ee48a13e0ef719326b6b8e977ce (diff) | |
download | slackbuilds-3f94dc9fbd1a246443fba79b98a76aace025f056.tar.gz |
haskell/haskell-asn1-encoding: Added (asn1 data reader and writer).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-asn1-encoding/README')
-rw-r--r-- | haskell/haskell-asn1-encoding/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-asn1-encoding/README b/haskell/haskell-asn1-encoding/README new file mode 100644 index 0000000000..afb77e38c5 --- /dev/null +++ b/haskell/haskell-asn1-encoding/README @@ -0,0 +1,5 @@ +ASN1 data reader and writer in raw form with supports for high level +forms of ASN1 (BER, and DER). + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |