Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for the presence of stack.yaml in the parent directories. Fixes #13. | alexwl | 2018-11-13 | 1 | -5/+9 |
| | |||||
* | Fix build with haddock-library >= 1.6.0 | Julian Ospald | 2018-11-13 | 1 | -1/+7 |
| | |||||
* | Remove -Werror flag | alexwl | 2018-11-12 | 1 | -3/+6 |
| | | | | -Werror flag makes warnings fatal. This flag should never be set. | ||||
* | Fix pattern synonym declarations | alexwl | 2018-11-11 | 2 | -8/+16 |
| | |||||
* | Index quoted identifiers (Template Haskell) | alexwl | 2018-10-20 | 1 | -0/+33 |
| | | | | This makes identifiers in TH expression like 'value or ''Type clickable in Haskell code explorer | ||||
* | Fix https://github.com/alexwl/haskell-code-explorer/issues/8 | alexwl | 2018-10-14 | 1 | -2/+8 |
| | |||||
* | Index type constructor in RoleAnnotDecl | alexwl | 2018-10-14 | 1 | -1/+16 |
| | |||||
* | Fix all GHC 8.4.3 compatibility issues. Needs a bit more testing. | alexwl | 2018-10-12 | 5 | -41/+245 |
| | |||||
* | WIP. It compiles with ghc-8.4.3, but not all features of the indexer are ↵ | alexwl | 2018-10-09 | 4 | -82/+246 |
| | | | | supported yet. | ||||
* | Initial commit | alexwl | 2018-10-02 | 7 | -0/+5296 |