https://github.com/freckle/cfn-flip
Haskell implementation of cfn-flip
https://github.com/freckle/cfn-flip
ghvm-managed
Last synced: 4 months ago
JSON representation
Haskell implementation of cfn-flip
- Host: GitHub
- URL: https://github.com/freckle/cfn-flip
- Owner: freckle
- License: mit
- Created: 2022-02-18T14:50:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T14:07:29.000Z (6 months ago)
- Last Synced: 2025-12-17T15:16:51.576Z (6 months ago)
- Topics: ghvm-managed
- Language: Haskell
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CfnFlip
[](https://hackage.haskell.org/package/cfn-flip)
[](http://stackage.org/nightly/package/cfn-flip)
[](http://stackage.org/lts/package/cfn-flip)
[](https://github.com/pbrisbin/freckle/cfn-flip/workflows/ci.yml)
Pure Haskell implementation of [cfn-flip][].
[cfn-flip]: https://github.com/awslabs/aws-cfn-template-flip
## Usage
See [CfnFlip.hs](./src/CfnFlip.hs).
## Release
To release a new version of this library, push a commit to `main` using a
[conventionally-formatted][conventionalcommmits] commit message.
- Prefix with `fix:` to release a new patch version,
- Prefix with `feat:` to release a new minor version, or
- Use `!:` or a `BREAKING CHANGE:` footer to release a new major version
[conventionalcommmits]: https://www.conventionalcommits.org/en/v1.0.0/
---
[LICENSE](./LICENSE) | [CHANGELOG](./CHANGELOG.md)