Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-31 | Implement nix builds for Haskell | Ben Sima | |
This is prototype quality. For some reason I think it breaks when doing `build **/*.hs`, which isn't good. But also it's working, and the code feels good. Next I'd like to get Python builds working, as hopefully that will force me to improve the existing code to support a second language. | |||
2022-10-28 | Factor out metadata handling into Biz.Bild.Meta | Ben Sima | |
The code was becoming repetitive and messy, with functions like 'metaDep' and so on. So that's an indication that they just need to have their own home. |