Changelog for crypton-asn1-parse-0.9.5
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.9.5
- Rename
asn1-parse-0.9.5
package ascrypton-asn1-parse-0.9.5
. - Depend on
crypton-asn1-types
andcrypton-asn1-encoding
, rather thanasn1-types
andasn1-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
.