Rehno Lindeque
Rehno Lindeque
Would you mind adding a `LICENSE` file to the repo?
Just a quick idea to throw in the mix, might be interesting to use something like [Shelly](http://hackage.haskell.org/package/shelly) for buildpack scripting - extra dependencies though. - http://www.yesodweb.com/blog/2012/03/shelly-for-shell-scripts
This is long-term issue (perhaps there should be a cabal 1.22 milestone?) The next version of cabal https://github.com/haskell/cabal/issues/1801 will have a `cabal bindist` command to strip executables and package them...
I think that reducing the size of the slug should probably always be a goal for the buildpack. I wonder if stripping the executable will help? E.g. http://stackoverflow.com/a/3098498/167485
When upgrading/adding a lot of dependencies in your `.cabal` file it will often fail to install unless you add `--force-reinstall`. Should we add a flag to run this? ``` cabal...
Hi, I found several discrepancies between values in the schematics / board and the BOM excel sheet. Would someone mind confirming that these values are indeed correct? Here's the changes...
This adds a `ManufacturerPartNumber` field (taken from the excel spreadsheet) to each of the components in the schematic.
This removes redundant `.bak` and `.bck` files from the repo and adds filters to `.gitignore`.
This is a draft PR, please don't review it yet. (Right now it includes unrelated commits) I just wanted to share that I'm working on spot fleets for now in...