diff options
Diffstat (limited to 'tests/common/TestsSetup.hs')
-rw-r--r-- | tests/common/TestsSetup.hs | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/common/TestsSetup.hs b/tests/common/TestsSetup.hs index 2dc1458..1ec2cd1 100644 --- a/tests/common/TestsSetup.hs +++ b/tests/common/TestsSetup.hs @@ -10,18 +10,13 @@ -- | -- ----------------------------------------------------------------------------- - -{-# LANGUAGE CPP #-} - module TestsSetup where -import Data.Maybe (fromMaybe) +import Prelude () +import Prelude.Compat -#if __GLASGOW_HASKELL__ < 710 -import Control.Applicative -#endif +import Data.Maybe (fromMaybe) import Control.Monad - import Control.Monad.Trans.Maybe import System.Process |