diff options
author | Austin Seipp <austin@well-typed.com> | 2014-01-14 20:16:26 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-01-14 20:16:26 -0600 |
commit | 235fd88a9a35a6ca1aed70ff71291d7b433e45e4 (patch) | |
tree | 6a061872030e2b662db0de656807b387730051fa /libraries/haskeline | |
parent | 3e633d9b77a50e6f34bdcc556d47b4a09faa1d2d (diff) | |
download | haskell-235fd88a9a35a6ca1aed70ff71291d7b433e45e4.tar.gz |
Turn -XTypeHoles into a (on by default) warning
After some discussion on ghc-devs@ and elsewhere, it seemed favorable to
make this change as type holes don't let any invalid programs though,
they merely change what the compiler reports in case of certain errors
(namely unbound occurrences, or _ appearing on a LHS.)
Now, the warning mechanism is controlled by -f[no-]warn-type-errors,
just like any other regular warning. Again, on by default.
The documentation and tests have been updated accordingly.
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'libraries/haskeline')
0 files changed, 0 insertions, 0 deletions