summaryrefslogtreecommitdiff
path: root/testsuite/tests/wcompat-warnings
diff options
context:
space:
mode:
authorRik Steenkamp <rik@ewps.nl>2016-02-16 22:44:42 +0100
committerBen Gamari <ben@smart-cactus.org>2016-02-16 22:44:49 +0100
commit49c5cb40f049f0a868fa310a240a31b571f40491 (patch)
tree4d6d14d6f6fe6403e5e659825063ab1b9fda7e54 /testsuite/tests/wcompat-warnings
parent31160036c71f6f913623ea5c889ec3963d49768c (diff)
downloadhaskell-49c5cb40f049f0a868fa310a240a31b571f40491.tar.gz
Fix typos
Reviewers: bgamari, austin Reviewed By: austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1915
Diffstat (limited to 'testsuite/tests/wcompat-warnings')
-rw-r--r--testsuite/tests/wcompat-warnings/WCompatWarningsOn.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/wcompat-warnings/WCompatWarningsOn.stderr b/testsuite/tests/wcompat-warnings/WCompatWarningsOn.stderr
index ee2ded8516..9a28fb3e21 100644
--- a/testsuite/tests/wcompat-warnings/WCompatWarningsOn.stderr
+++ b/testsuite/tests/wcompat-warnings/WCompatWarningsOn.stderr
@@ -2,7 +2,7 @@
WCompatWarningsOn.hs:13:5: warning:
• Could not deduce (Control.Monad.Fail.MonadFail m)
arising from the failable pattern ‘Just _’
- (this will become an error a future GHC release)
+ (this will become an error in a future GHC release)
from the context: Monad m
bound by the type signature for:
monadFail :: Monad m => m a