asn1-parse 0.9.0 → 0.9.1
raw patch · 1 files changed
+3/−4 lines, 1 filesdep −textPVP ok
version bump matches the API change (PVP)
Dependencies removed: text
API changes (from Hackage documentation)
Files
- asn1-parse.cabal +3/−4
asn1-parse.cabal view
@@ -1,5 +1,5 @@ Name: asn1-parse-Version: 0.9.0+Version: 0.9.1 Description: Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient. License: BSD3 License-file: LICENSE@@ -11,12 +11,11 @@ Category: Data stability: experimental Cabal-Version: >=1.6-Homepage: http://github.com/vincenthz/hs-asn1+Homepage: https://github.com/vincenthz/hs-asn1 Library Build-Depends: base >= 3 && < 5 , bytestring- , text >= 0.11 , mtl , asn1-types >= 0.3 && < 0.4 , asn1-encoding >= 0.9@@ -26,4 +25,4 @@ source-repository head type: git- location: git://github.com/vincenthz/hs-asn1+ location: https://github.com/vincenthz/hs-asn1