aboutsummaryrefslogtreecommitdiff
path: root/haskell-gtfs.cabal (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-18make connstring configurable at runtimestuebinm1-95/+0
2022-06-17generate javascript functionsstuebinm1-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")
2022-06-17rename package to tracktrainstuebinm1-4/+4
2022-06-16foreign keys are a thingstuebinm1-1/+5
(and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
2022-06-16actually use the databasestuebinm1-0/+5
(at least for a few simple things) Also, more modules!
2022-06-15add some persist stuffstuebinm1-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
2022-06-10generate OpenAPI docsstuebinm1-20/+14
lots of lenses in this stuff :(
2022-06-05basic server setupstuebinm1-1/+29