packages feed

asn1-types 0.1.2 → 0.1.3

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Data.ASN1.Types: instance Ord ASN1StringEncoding
+ Data.ASN1.Types: instance Ord ASN1TimeType

Files

Data/ASN1/Types.hs view
@@ -46,10 +46,10 @@     | UTF32     -- ^ UTF32     | Character -- ^ Character     | BMP       -- ^ UCS2-    deriving (Show,Eq)+    deriving (Show,Eq,Ord)  data ASN1TimeType = TimeUTC | TimeGeneralized-                  deriving (Show,Eq)+                  deriving (Show,Eq,Ord)  -- | Define high level ASN1 object. data ASN1 =
asn1-types.cabal view
@@ -1,5 +1,5 @@ Name:                asn1-types-Version:             0.1.2+Version:             0.1.3 Description:         ASN.1 standard types License:             BSD3 License-file:        LICENSE