diff options
Diffstat (limited to 'haskell/haskell-asn1-parse/README')
-rw-r--r-- | haskell/haskell-asn1-parse/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-asn1-parse/README b/haskell/haskell-asn1-parse/README new file mode 100644 index 000000000000..083631644756 --- /dev/null +++ b/haskell/haskell-asn1-parse/README @@ -0,0 +1,5 @@ +Simple monadic parser for ASN1 stream types, when ASN1 pattern +matching is not convenient. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |