asn1-data 0.2.1 → 0.2.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep +mtldep −monads-fdPVP ok
version bump matches the API change (PVP)
Dependencies added: mtl
Dependencies removed: monads-fd
API changes (from Hackage documentation)
Files
- asn1-data.cabal +2/−2
asn1-data.cabal view
@@ -1,5 +1,5 @@ Name: asn1-data-Version: 0.2.1+Version: 0.2.2 Description: ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, CER and DER) License: BSD3@@ -24,7 +24,7 @@ Build-Depends: base >= 3 && < 7, binary >= 0.5, bytestring,- monads-fd+ mtl Exposed-modules: Data.ASN1.BER Data.ASN1.CER Data.ASN1.DER