A library for building Haskell IDE tooling
Go to file
Martin Huschenbett 33b276c5e6 Turn off -Woverlowed-literals in damlc (#375)
* 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>
2019-04-11 13:52:22 +02:00
src/Development/IDE Turn off -Woverlowed-literals in damlc (#375) 2019-04-11 13:52:22 +02:00
BUILD.bazel open-sourcing daml 2019-04-04 09:33:38 +01:00