Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-09 | Use fzf-tmux and add hoog.sh to ghci | Ben Sima | |
2021-11-26 | Update to ghc 8.10.4 | Ben Sima | |
This also makes some changes to the build tooling to clean up the environment a bit, and get us closer to 'bild -s'. | |||
2021-11-26 | Don't OverloadStrings in ghci | Ben Sima | |
This often causes failures in CI when I forget to add it to the module. | |||
2021-01-22 | Fix typo | Ben Sima | |
2021-01-22 | Load Alpha in ghci startup and add pronunciations | Ben Sima | |
2021-01-16 | Add :test command to ghci | Ben Sima | |
2021-01-08 | Reload after ftags command | Ben Sima | |
2020-12-30 | bild: build everyting | Ben Sima | |
Now bild knows how to determine between modules that require ghcjs and ghc. It also knows what *not* to build, meaning it won't try to build non-buildable nix targets, for example (unfortunately this is just hardcoded for now), but it also won't build scm or py targets that I haven't implemented yet. It just silently fails, which is fine, because it means I can do `bild **/*` and everything just works. Of course, if I want to build scm code then I will have to implement that, but that's not a priority right now. | |||
2020-12-28 | ide: add ftags script | Ben Sima | |
2020-04-21 | Auto-haddock in ghci | Ben Sima | |
2020-04-03 | Get ghc with hoogle working (yay!) | Ben Sima | |
2020-03-31 | Add :iq ghci command | Ben Sima | |
2020-03-17 | Warn on all in ghci | Ben Sima | |
2019-11-23 | Make all warnings errors in GHC | Ben Sima | |
2019-11-02 | remove apex and lore from ghci | Ben Sima | |
2019-04-24 | use OverloadedStrings in GHCI | Ben Sima | |
2019-03-23 | Warn all in ghci | Ben Sima | |
2019-03-02 | Source lore in ghci | Ben Sima | |
2019-02-23 | Reorganize directory | Ben Sima | |