diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:40:58 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:01 +0700 |
commit | 1947fded58e5406cb6de3fd4ceeb03e21f303ffa (patch) | |
tree | 0701a495f684b19a59fb4d0ecc991212806a3db0 /haskell/haskell-asn1-parse/README | |
parent | 3f94dc9fbd1a246443fba79b98a76aace025f056 (diff) | |
download | slackbuilds-1947fded58e5406cb6de3fd4ceeb03e21f303ffa.tar.gz |
haskell/haskell-asn1-parse: Added (simple monadic parser for asn1 stream types).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..0836316447 --- /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 |