packages feed

asn1-data 0.6.1 → 0.6.1.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~attoparsecdep ~attoparsec-enumeratorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: attoparsec, attoparsec-enumerator

API changes (from Hackage documentation)

Files

Tests.hs view
@@ -243,4 +243,4 @@ 	, testProperty "DER" prop_asn1_der_marshalling_id 	] -main = do defaultMain [marshallingTests]+main = defaultMain [marshallingTests]
asn1-data.cabal view
@@ -1,5 +1,5 @@ Name:                asn1-data-Version:             0.6.1+Version:             0.6.1.1 Description:     ASN1 data reader and writer in raw form with supports for high level forms of ASN1 (BER, CER and DER).     .@@ -27,8 +27,8 @@                    , bytestring                    , text >= 0.11                    , enumerator >= 0.4.5 && < 0.5-                   , attoparsec >= 0.8 && < 0.10-                   , attoparsec-enumerator >= 0.2 && < 0.3+                   , attoparsec >= 0.8 && < 0.11+                   , attoparsec-enumerator >= 0.2 && < 0.4                    , mtl   Exposed-modules:   Data.ASN1.BER                      Data.ASN1.CER