Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-13 | chore: sort buildInputs | Fabian Kirchner | |
2023-10-13 | make external programs accessible | Fabian Kirchner | |
2023-10-13 | pretty print issues using mdcat | Fabian Kirchner | |
2023-10-13 | install completions for bash, fish and zsh | Fabian Kirchner | |
2023-10-11 | add haskell-language-server | Alexander Foremny | |
Requires [$EDITOR integration](https://haskell-language-server.readthedocs.io/en/latest/configuration.html#configuring-your-editor). | |||
2023-10-11 | add Hoogle | 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-11 | add ghcid | Alexander Foremny | |
Invoking `ghcid` allows us to watch for compilation errors while developing. | |||
2023-10-04 | enable bash completion | Alexander Foremny | |
2023-10-02 | run tree-grepper for all files | Fabian Kirchner | |
2023-10-02 | add minimal haskell boilerplate | Fabian Kirchner | |
2023-09-06 | overlay tree-grepper | Alexander Foremny | |
2023-09-05 | add Nix package | Alexander Foremny | |