Changelog for crypton-pem-0.2.5
Change log for crypton-pem
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.2.5
- Move library modules to directory
src
. - Rename test-suite module as
test/Main.hs
. - Add
CHANGELOG.md
andREADME.md
to package. - Make
PEM
an instance of type classNFData
. - Deprecate
PEM
instance of type classNormalForm
.
0.2.4
- Rename
pem-0.2.4
package ascrypton-pem-0.2.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.12
(not>= 1.8
). - Cabal file specifies expressly
default-language: Haskell98