Skip to content

Generate *.cabal; Remove package.yaml

Boyd Stephen Smith Jr. requested to merge (removed):hpack2cabal-mr into master

My approach to #29 (closed)

Stack gives DEPRECATED warnings when the cabal file is missing, but we do not want to have push a generated file and its source checked in. So, *.cabal will now be the preferred source, and hpack will no longer be used.

I didn't get a clean build in my fork, as the job exceeded the log output and time limits. Hoping the CI in the main project works.

Merge request reports