Skip to content

Commit

Permalink
Merge pull request #208 from kronor-io/fix-ghc922-test
Browse files Browse the repository at this point in the history
Fix test compilation by adding FlexibleContexts.
  • Loading branch information
snoyberg authored May 17, 2022
2 parents 847ae87 + ac6badb commit 28bb773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mutable-containers/test/Spec.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE FlexibleContexts #-}

import Control.Monad (forM_)
import Data.Mutable
import Data.Sequence (Seq)
Expand Down

0 comments on commit 28bb773

Please sign in to comment.