BSD-3-Clause licensed by Vincent Hanquez
This version can be pinned in stack with:crypton-pem-0.3.0@sha256:fd7e60d8c3a2d7c43bc3cfec95e6df1f0f05ee08d7d038bb9f9074a1001cc046,1641

Module documentation for 0.3.0

crypton-pem

Originally forked from pem-0.2.4.

Haskell library to read and write files in the Privacy Enhanced Message (PEM) format.

History

The pem package was originated and then maintained by Vincent Hanquez. For published reasons, he does not intend to develop the package further after version 0.2.4 but he also does not want to introduce other maintainers.

Changes

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.3.0

  • Change default language to Haskell2010.
  • Remove deprecated PEM instance of type class NormalForm and the direct dependency on the basement package.
  • Depend on the base64 package, remove direct dependency on the memory package and the indirect dependency on the basement package.

0.2.5

  • Move library modules to directory src.
  • Rename test-suite module as test/Main.hs.
  • Add CHANGELOG.md and README.md to package.
  • Make PEM an instance of type class NFData.
  • Deprecate PEM instance of type class NormalForm.

0.2.4

  • Rename pem-0.2.4 package as crypton-pem-0.2.4.
  • Change maintainer field to Mike Pilgrem <[email protected]> and Kazu Yamamoto <[email protected]>.
  • Add CHANGELOG.md.
  • Cabal file specifies cabal-version: 1.12 (not >= 1.8).
  • Cabal file specifies expressly default-language: Haskell98