about summary refs log tree commit diff
path: root/website/sandbox/learnpianochords/src/server/.ghci
AgeCommit message (Collapse)AuthorFilesLines
2020-08-09 Add common language extensions to .ghciWilliam Carroll1-0/+5
I'd like to see if I can avoid using `cabal` and `stack` and build and deploy this application using `nix-shell` and `nix-build` only. Let's see how that goes.
2020-08-06 Support Google Sign-in client-sideWilliam Carroll1-0/+2
TODO: Support Google Sign-in server-side Also: - Add Haskell to project's shell.nix - Add stubbed Main.hs and Spec.hs - Add common .ghci file