Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-13 | Document ghcExtensions argument | William Carroll | 1 | -3/+3 | |
Missed documenting this the first time... | |||||
2020-08-12 | Support buildHaskell | William Carroll | 1 | -0/+31 | |
Use Nix and Briefcase to easily create Haskell executables. I'd eventually like to support something like: briefcase.buildHaskell.project that let me define a few top-level values (e.g. ghcExtensions) and would give me a ghci environment with the proper `.ghci` settings so that my development environment mirrored my build environment... baby steps, though. |