cfn-flip: Haskell implementation of aws/cfn-flip

[ library, mit, tools ] [ Propose Tags ] [ Report a vulnerability ]

Functions to flip between CloudFormation Yaml and JSON syntaxes


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.6
Change log CHANGELOG.md
Dependencies aeson (>=1.4.6.0), base (>=4.11 && <10), bytestring (>=0.10.8.2), conduit (>=1.3.1.2), libyaml (>=0.1.2), text (>=1.2.3.1), unliftio (>=0.2.12), unliftio-core (>=0.1.2.0), yaml (>=0.11.8.0) [details]
License MIT
Copyright 2021 Renaissance Learning Inc
Author Freckle R&D
Maintainer freckle-engineering@renaissance.com
Category Tools
Home page https://github.com/freckle/cfn-flip#readme
Bug tracker https://github.com/freckle/cfn-flip/issues
Source repo head: git clone https://github.com/freckle/cfn-flip
Uploaded by PatrickBrisbin at 2025-05-22T19:42:42Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 247 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-05-22 [all 1 reports]

Readme for cfn-flip-0.1.0.6

[back to package description]

CfnFlip

Hackage Stackage Nightly Stackage LTS CI

Pure Haskell implementation of cfn-flip.

Usage

See CfnFlip.hs.

Release

To release a new version of this library, push a commit to main using a conventionally-formatted commit message.

  • Prefix with fix: to release a new patch version,
  • Prefix with feat: to release a new minor version, or
  • Use <type>!: or a BREAKING CHANGE: footer to release a new major version

LICENSE | CHANGELOG