summaryrefslogtreecommitdiff
path: root/.ghci
AgeCommit message (Collapse)Author
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