seek-oss / serverless-haskell

Deploying Haskell applications to AWS Lambda with Serverless
MIT License
215 stars 22 forks source link

Build the whole project with Stack by default #91

Closed koterpillar closed 5 years ago

koterpillar commented 5 years ago

stack build <component> has to reconfigure something (Cabal?) each time, which makes for slower rebuilds. Make stack build the default, with an option to revert to building individual executables instead.