Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |