Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-06-30 | update nix overrides | stuebinm | 1 | -18/+14 | |
protocol-buffers's last release has been some while ago, and since then a deprecated function it used to use has been removed from the bytestring package. so here's some fun overrides to ignore that. | |||||
2023-03-16 | add assets to nix derivation | stuebinm | 1 | -0/+4 | |
2023-01-22 | switch to ghc 9.0.2 | stuebinm | 1 | -18/+32 | |
this makes the nix builds /much/ nicer | |||||
2022-11-07 | nix: strip ghc dependencies from output | stuebinm | 1 | -1/+12 | |
2022-10-16 | fix nix build | stuebinm | 1 | -2/+2 | |
2022-09-02 | fix the nix build | stuebinm | 1 | -13/+19 | |
2022-07-02 | gtfs realtime proof of concept | stuebinm | 1 | -9/+13 | |
this adds a package for protobuf stuff, generated via hprotoc. Seems to work kinda fine? (the generated API is horrible though, will have to write some wrappers for that) | |||||
2022-06-17 | rename package to tracktrain | stuebinm | 1 | -11/+17 | |
2022-06-10 | generate OpenAPI docs | stuebinm | 1 | -0/+40 | |
lots of lenses in this stuff :( |