Skip to content

Commit

Permalink
Fix test grammars for GHC 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knothed committed Jun 11, 2021
1 parent 930c006 commit 7ee489c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/test/data/monaderror-explist.y
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
{-# LANGUAGE FunctionalDependencies, FlexibleInstances #-}
{-# LANGUAGE FunctionalDependencies, FlexibleInstances, MultiParamTypeClasses #-}
module Main where

import Data.Char
Expand Down
2 changes: 1 addition & 1 deletion packages/test/data/monaderror.y
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
{-# LANGUAGE FunctionalDependencies, FlexibleInstances #-}
{-# LANGUAGE FunctionalDependencies, FlexibleInstances, MultiParamTypeClasses #-}
module Main where

import Control.Monad (when)
Expand Down

0 comments on commit 7ee489c

Please sign in to comment.