Please consider removing *.cabal from .gitignore to allow cabal projects being able to use hal.
For context, I'm currently migrating a project that uses hal from stack to cabal. Currently cabal can't build the project because of the missing cabal file and once the build fails, I have to manually go into hal's work dir and run hpack to generate hal.cabal from package.yaml so that the build can continue.
Please consider removing *.cabal from .gitignore to allow cabal projects being able to use
hal
.For context, I'm currently migrating a project that uses hal from stack to cabal. Currently cabal can't build the project because of the missing cabal file and once the build fails, I have to manually go into hal's work dir and run hpack to generate hal.cabal from package.yaml so that the build can continue.