Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-19 | Remove $ from Alpha | Ben Sima | |
2020-07-25 | bild: support incremental compilation | Ben Sima | |
Closes https://github.com/bsima/biz/issues/9 | |||
2020-07-25 | bild: port to haskell | Ben Sima | |
2020-07-12 | hero: move CanSnakeCase to Alpha | Ben Sima | |
2020-06-02 | Initialize Hero database | Ben Sima | |
2020-04-26 | don't lol | Ben Sima | |
2020-04-15 | Lint fixes, also delete Biz.Language | Ben Sima | |
2020-04-15 | Reformatting | Ben Sima | |
Now I'm using ormolu instead of brittany for Haskell formatting now. Figured I should just make all of these big changes at once. | |||
2020-04-12 | De-namespace Alpha | Ben Sima | |
A bunch of formatting changes got in there too. Oops. I will probably eventually de-namespace everything, mostly because I'm tired of typing "Com.Whatever.Thing" all the time. A better namespacing strategy might be to use normal Haskell namespacing (Data, Control, Network, etc) for code that is not specific to biz activities (i.e. if I could open-source it at any time), and use simply "Biz" for stuff that I would never want to open-source. |