Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-07 | add hlint | Alexander Foremny | |
2023-10-17 | make filter type-aware | Alexander Foremny | |
We interpret the following types: - ISO8601-formatted strings as dates, - integer-formatted strings as integers, - all other strings as strings. If the filter value matches a format, it is cast into the respective data type. For comparison-based filtering, the tag's value is then cast into the same data type and comparison is performed type-aware. If the tag's value is not castable, we consider it not matching. | |||
2023-10-14 | fix passthru of dependencies to nix shell | Fabian Kirchner | |
2023-10-13 | show commit hash where issue occurs first | Fabian Kirchner | |
2023-10-13 | generate completion scripts for wrapped program | Fabian Kirchner | |
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 | |