From 08fba093bb0b9e186cad9e35e3f58397456c7b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate?= Date: Thu, 7 Jan 2021 22:53:12 +0100 Subject: Remove -XMonadFailDesugaring references --- testsuite/tests/driver/T4437.hs | 4 +++- testsuite/tests/simplCore/should_run/T3591.hs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'testsuite/tests') diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs index c83d29b03d..78d552c6cd 100644 --- a/testsuite/tests/driver/T4437.hs +++ b/testsuite/tests/driver/T4437.hs @@ -53,4 +53,6 @@ expectedCabalOnlyExtensions = ["Generics", "SafeImports", "Safe", "Unsafe", - "Trustworthy"] + "Trustworthy", + "MonadFailDesugaring" + ] diff --git a/testsuite/tests/simplCore/should_run/T3591.hs b/testsuite/tests/simplCore/should_run/T3591.hs index fc49c00cdb..09724fef62 100644 --- a/testsuite/tests/simplCore/should_run/T3591.hs +++ b/testsuite/tests/simplCore/should_run/T3591.hs @@ -20,7 +20,7 @@ -- | Module "Trampoline" defines the pipe computations and their basic building blocks. {-# LANGUAGE ScopedTypeVariables, Rank2Types, MultiParamTypeClasses, - TypeFamilies, KindSignatures, FlexibleContexts, NoMonadFailDesugaring, + TypeFamilies, KindSignatures, FlexibleContexts, FlexibleInstances, OverlappingInstances, UndecidableInstances #-} -- cgit v1.2.1