Changelog for crypton-asn1-encoding-0.10.0
Change log for crypton-asn1-encoding
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
0.10.0 - 2025-08-01
- Depend on package
time-hourglass
, rather thanhourglass
. The fields of theASNTime
data constructor of data typeASN1
are now types provided by the former package. - Drop module
Data.ASN1.Object
, deprecated sinceasn1-encoding-0.8.0
. Use moduleData.ASN1.Types
. - Reexport module
Data.ASN1.Types
from packagecrypton-asn1-types
. - Drop unused dependency on
mtl
by test suite.
0.9.7 - 2025-07-20
- Move library modules to directory
src
. - Drop support for GHC < 8.8.
- Use
LANAGUAGE RankNTypes
, rather thanLANGUAGE Rank2Types
. - Use the
other-extensions
field in the Cabal file. - Module
Data.ASN1.Stream
spun out to dependency packagecrypton-asn1-types-0.3.6
.
0.9.6 - 2025-07-13
- Rename
asn1-encoding-0.9.6
package ascrypton-asn1-encoding-0.9.6
. - Depend on
crypton-asn1-types
, rather thanasn1-types
. - Change maintainer field to
Mike Pilgrem <public@pilgrem.com>
andKazu Yamamoto <kazu@iij.ad.jp>
. - Add
CHANGELOG.md
. - Cabal file specifies
cabal-version: 1.18
(not>= 1.10
).