Changelog for crypton-asn1-parse-0.10.0
Change log for crypton-asn1-parse
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 indirectly on
time-hourglass, rather thanhourglass. The fields of theASNTimedata constructor of data typeASN1are now types provided by the former package.
0.9.6 - 2025-07-20
- Move library modules to directory
src. - Drop support for GHC < 8.8.
- Depend on
crypton-asn1-types >= 0.3.6and drop dependency oncrypton-asn1-encoding. - Re-exports module
Data.Types.ASN1from packagecrypton-asn1-types. - Use
other-extensionsfield in Cabal file. - Cabal file specifies
cabal-version: 1.22(not1.18).
0.9.5 - 2025-07-13
- Rename
asn1-parse-0.9.5package ascrypton-asn1-parse-0.9.5. - Depend on
crypton-asn1-typesandcrypton-asn1-encoding, rather thanasn1-typesandasn1-encoding. - 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.6). - Cabal file specifies expressly
default-language: Haskell98.