diff --git a/tests/tasty/ErrorFilterReportTests.hs b/tests/tasty/ErrorFilterReportTests.hs index 0c46d9806b..639c2f9c2d 100644 --- a/tests/tasty/ErrorFilterReportTests.hs +++ b/tests/tasty/ErrorFilterReportTests.hs @@ -7,11 +7,10 @@ import Language.Haskell.Liquid.Types.PrettyPrint (Filter(..), filterReportErrors import Data.Functor.Identity (Identity(..)) defArgs :: Monad m => FilterReportErrorsArgs m Filter String String Bool -defArgs = FilterReportErrorsArgs { msgReporter = const (pure ()) +defArgs = FilterReportErrorsArgs { errorReporter = const (pure ()) , filterReporter = const (pure ()) , failure = pure False , continue = pure True - , pprinter = pure , matchingFilters = const [] , filters = [] }