Changelog for crypton-asn1-types-0.3.6
Change log for crypton-asn1-types
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.3.6
- Expose
Data.ASN1.Stream
, spun out of thecrypton-asn1-encoding-0.9.6
package. - Use the
other-extensions
field in the Cabal file.
0.3.5
- Move library modules to directory
src
. - Change data type
BitArrayOutOfBound
(a single, unary data constructor without strictness annotation) tonewtype
. - Depend on the
base16
package, remove direct dependency on thememory
package and the indirect dependency on thebasement
package.
0.3.4
- Rename
asn1-types-0.3.4
package ascrypton-asn1-types-0.3.4
. - 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
.