summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T15852.stderr
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2018-11-10 01:12:52 +0100
committerRyan Scott <ryan.gl.scott@gmail.com>2019-04-05 13:20:02 -0400
commit86ce5718b18a31d85c8321a6c37b0b150e8f3c29 (patch)
tree6568709d9a061b30d8b7767e1ba5e9d30cdcf5e1 /testsuite/tests/indexed-types/should_compile/T15852.stderr
parent3ab1b78681351d46a0df33e2f5e45ad0d1d5c92f (diff)
downloadhaskell-86ce5718b18a31d85c8321a6c37b0b150e8f3c29.tar.gz
base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` instead
As per https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail Coauthored-by: Ben Gamari <ben@well-typed.com>
Diffstat (limited to 'testsuite/tests/indexed-types/should_compile/T15852.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_compile/T15852.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/T15852.stderr b/testsuite/tests/indexed-types/should_compile/T15852.stderr
index 9024739ecb..fbc3cb9f9f 100644
--- a/testsuite/tests/indexed-types/should_compile/T15852.stderr
+++ b/testsuite/tests/indexed-types/should_compile/T15852.stderr
@@ -9,5 +9,5 @@ FAMILY INSTANCES
data instance forall k1 k2 (j :: k1) (c :: k2).
DF (Proxy c) -- Defined at T15852.hs:10:15
Dependent modules: []
-Dependent packages: [base-4.12.0.0, ghc-prim-0.5.3,
+Dependent packages: [base-4.13.0.0, ghc-prim-0.5.3,
integer-gmp-1.0.2.0]