M
This commit is contained in:
parent
064fd9b377
commit
c1123fb1a0
@ -1,3 +1,4 @@
|
|||||||
|
{-# LANGUAGE CPP #-}
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
module SpecHelper
|
module SpecHelper
|
||||||
( locally
|
( locally
|
||||||
@ -22,6 +23,9 @@ module SpecHelper
|
|||||||
, oddish
|
, oddish
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
#if __GLASGOW_HASKELL__ < 710
|
||||||
|
import Control.Applicative ((<$))
|
||||||
|
#endif
|
||||||
import Control.Monad (forever)
|
import Control.Monad (forever)
|
||||||
import Control.Concurrent (forkIO)
|
import Control.Concurrent (forkIO)
|
||||||
import Control.Exception (bracket)
|
import Control.Exception (bracket)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user