summaryrefslogtreecommitdiff
path: root/.ghci
AgeCommit message (Collapse)Author
2024-04-01Rename .bash files to .shBen Sima
I was already using .sh to refer to shell scripts. When I added .bash, I didn't realize that the linter was set to act on .sh files and not .bash files, so all of these bash scripts escaped the linter. This commit renames them to .sh, removes the .bash extension support from Biz.Namespace, and fixes all the reported shellcheck errors.
2022-07-25Add tags support for more languagesBen Sima
Rust seems to not be supported in my ctags version :( Also rename some Ide scripts because these are commands, not really scripts.
2022-02-09Use fzf-tmux and add hoog.sh to ghciBen Sima
2021-11-26Update to ghc 8.10.4Ben 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-26Don't OverloadStrings in ghciBen Sima
This often causes failures in CI when I forget to add it to the module.
2021-01-22Fix typoBen Sima
2021-01-22Load Alpha in ghci startup and add pronunciationsBen Sima
2021-01-16Add :test command to ghciBen Sima
2021-01-08Reload after ftags commandBen Sima
2020-12-30bild: build everytingBen 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-28ide: add ftags scriptBen Sima
2020-04-21Auto-haddock in ghciBen Sima
2020-04-03Get ghc with hoogle working (yay!)Ben Sima
2020-03-31Add :iq ghci commandBen Sima
2020-03-17Warn on all in ghciBen Sima
2019-11-23Make all warnings errors in GHCBen Sima
2019-11-02remove apex and lore from ghciBen Sima
2019-04-24use OverloadedStrings in GHCIBen Sima
2019-03-23Warn all in ghciBen Sima
2019-03-02Source lore in ghciBen Sima
2019-02-23Reorganize directoryBen Sima