mbj / stratosphere

Haskell EDSL and type-checker for AWS CloudFormation templates
MIT License
162 stars 19 forks source link

Add .cabal files to repository #179

Closed mbj closed 4 years ago

mbj commented 4 years ago
mbj commented 4 years ago

This solves a warning I get while using a git revision:

DEPRECATED: The package at Repo from https://github.com/freckle/stratosphere, commit c10a3fc932d443bf8ed25d2ca12bdffe72cb1926 does not include a cabal file.
Instead, it includes an hpack package.yaml file for generating a cabal file.
This usage is deprecated; please see https://github.com/commercialhaskell/stack/issues/5210.
Support for this workflow will be removed in the future.

I need that revision as I need the PATCH method I added in https://github.com/freckle/stratosphere/pull/176

mbj commented 4 years ago

Thanks for the PR!

Thanks for merging.