Commit Graph

3 Commits

Author SHA1 Message Date
fa289335d3 add yesod
hello world exaple is based on
https://github.com/yesodweb/yesod?tab=readme-ov-file#getting-started
2024-10-31 23:58:47 +00:00
a15346ae7a add Track.parseFile and call it from the main app
that's right, this is no longer a hello world app
2024-10-31 18:29:57 +00:00
ad919999bc cabal init and some Haskell nixy stuff
nix-shell -p "haskellPackages.ghcWithPackages (pkgs: with pkgs; [  cabal-install ])" --run "cabal init"
2024-10-27 20:19:38 +00:00