aboutsummaryrefslogtreecommitdiff
path: root/haskell-gtfs.cabal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make connstring configurable at runtimestuebinm2022-06-181-95/+0
|
* generate javascript functionsstuebinm2022-06-171-0/+12
| | | | | | (this is commented out in the cabal file, since unfortunately the servant-js package is broken in nixpkgs and therefore otherwise breaks the nix build process … but it can be used "by hand")
* rename package to tracktrainstuebinm2022-06-171-4/+4
|
* foreign keys are a thingstuebinm2022-06-161-1/+5
| | | | | | (and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
* actually use the databasestuebinm2022-06-161-0/+5
| | | | | | (at least for a few simple things) Also, more modules!
* add some persist stuffstuebinm2022-06-151-1/+9
| | | | | this doesn't yet actually use the database, but it's getting close to 3am and I should probably go to bed or something
* generate OpenAPI docsstuebinm2022-06-101-20/+14
| | | | lots of lenses in this stuff :(
* basic server setupstuebinm2022-06-051-1/+29
|
* initial hackingstuebinm2022-06-051-0/+44