summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2018-04-19 12:38:17 -0400
committerBen Gamari <ben@smart-cactus.org>2018-04-19 13:18:14 -0400
commit8f19ecc95fbaf2cc977531d721085d8441dc09b7 (patch)
treed97572ba82504f44c9e7725d5af57b9a3cf5e0c8 /testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr
parentb08a6d75e0440f33260bea5319b8c3f871b42f6e (diff)
downloadhaskell-8f19ecc95fbaf2cc977531d721085d8441dc09b7.tar.gz
Bump base to version 4.12.0.0
Summary: Bumps several submodules. Test Plan: ./validate Reviewers: hvr, bgamari Reviewed By: bgamari Subscribers: thomie, carter GHC Trac Issues: #15018 Differential Revision: https://phabricator.haskell.org/D4609
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr b/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr
index 3d88344a20..c4d811c567 100644
--- a/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr
+++ b/testsuite/tests/typecheck/should_fail/TcStaticPointersFail02.stderr
@@ -1,13 +1,13 @@
TcStaticPointersFail02.hs:9:6: error:
- • No instance for (base-4.11.1.0:Data.Typeable.Internal.Typeable b)
+ • No instance for (base-4.12.0.0:Data.Typeable.Internal.Typeable b)
arising from a static form
• In the expression: static (undefined :: (forall a. a -> a) -> b)
In an equation for ‘f1’:
f1 = static (undefined :: (forall a. a -> a) -> b)
TcStaticPointersFail02.hs:12:6: error:
- • No instance for (base-4.11.1.0:Data.Typeable.Internal.Typeable
+ • No instance for (base-4.12.0.0:Data.Typeable.Internal.Typeable
(Monad m => a -> m a))
arising from a static form
(maybe you haven't applied a function to enough arguments?)