mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-04 05:24:33 +03:00
A library for building Haskell IDE tooling
33b276c5e6
* Turn off -Woverlowed-literals in damlc This flag does not play well with location information obtained via `-ticky`. Also, the error message you get from overflowed literals suggests to use `-XNegativeLiterals`, which is a bad idea since it changes the meaning of `(-1)` from `\x -> x - 1` to `negate 1`. * Fix module name in test Co-Authored-By: martin-drhu-da <31696042+martin-drhu-da@users.noreply.github.com> |
||
---|---|---|
src/Development/IDE | ||
BUILD.bazel |