summaryrefslogtreecommitdiff
path: root/libraries/haskeline
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-01-14 20:16:26 -0600
committerAustin Seipp <austin@well-typed.com>2014-01-14 20:16:26 -0600
commit235fd88a9a35a6ca1aed70ff71291d7b433e45e4 (patch)
tree6a061872030e2b662db0de656807b387730051fa /libraries/haskeline
parent3e633d9b77a50e6f34bdcc556d47b4a09faa1d2d (diff)
downloadhaskell-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