diff options
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 |