Skip to content

Commit

Permalink
Fix test compilation by adding FlexibleContexts.
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaysashank committed May 13, 2022
1 parent 847ae87 commit ac6badb
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 ac6badb

Please sign in to comment.