aboutsummaryrefslogtreecommitdiffstats
path: root/default.nix
AgeCommit message (Collapse)Author
2023-10-13chore: sort buildInputsLibravatar Fabian Kirchner
2023-10-13make external programs accessibleLibravatar Fabian Kirchner
2023-10-13pretty print issues using mdcatLibravatar Fabian Kirchner
2023-10-13install completions for bash, fish and zshLibravatar Fabian Kirchner
2023-10-11add haskell-language-serverLibravatar Alexander Foremny
Requires [$EDITOR integration](https://haskell-language-server.readthedocs.io/en/latest/configuration.html#configuring-your-editor).
2023-10-11add HoogleLibravatar Alexander Foremny
The `hoogle` command is useful, among other things, for searching the used libraries for functions, ie: ```console hoogle 'a -> a' GHC.Prelude id :: a -> a .. ``` You can also start a web-server: ```console hoogle server ```
2023-10-11add ghcidLibravatar Alexander Foremny
Invoking `ghcid` allows us to watch for compilation errors while developing.
2023-10-04enable bash completionLibravatar Alexander Foremny
2023-10-02run tree-grepper for all filesLibravatar Fabian Kirchner
2023-10-02add minimal haskell boilerplateLibravatar Fabian Kirchner
2023-09-06overlay tree-grepperLibravatar Alexander Foremny
2023-09-05add Nix packageLibravatar Alexander Foremny