Skip to content

Commit

Permalink
Add import for pre
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-morris committed Dec 24, 2017
1 parent 13add39 commit 266b871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/src/Criterion/Collection/Internal/Types.hs
Expand Up @@ -38,7 +38,7 @@ import System.Random.MWC

------------------------------------------------------------------------------
newtype WorkloadMonad a = WM (ReaderT GenIO IO a)
deriving (Monad, MonadIO)
deriving (Functor, Applicative, Monad, MonadIO)


------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion test/suite/Data/HashTable/Test/Common.hs
Expand Up @@ -29,7 +29,7 @@ import Test.Framework.Providers.QuickCheck2
import Test.HUnit (assertFailure)
import Test.QuickCheck (arbitrary, choose,
sample')
import Test.QuickCheck.Monadic (PropertyM, assert,
import Test.QuickCheck.Monadic (PropertyM, assert, pre,
forAllM, monadicIO, run)
------------------------------------------------------------------------------
import qualified Data.HashTable.Class as C
Expand Down

0 comments on commit 266b871

Please sign in to comment.