Nike-Inc / hal

hal provides an AWS Lambda Custom Runtime environment for your Haskell applications.
BSD 3-Clause "New" or "Revised" License
241 stars 13 forks source link

Remove *.cabal from .gitignore #70

Closed pwm closed 4 years ago

pwm commented 4 years ago

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.