rejigger imports for clean build with ghc 7.10's AMP changes
The explict import Prelude after import Control.Applicative is a trick to avoid a warning.
This commit is contained in:
parent
9ee2745ca5
commit
ec267aa1ea
23 changed files with 40 additions and 35 deletions
1
Test.hs
1
Test.hs
|
@ -14,7 +14,6 @@ import Test.Tasty.Runners
|
|||
import Test.Tasty.HUnit
|
||||
import Test.Tasty.QuickCheck
|
||||
import Test.Tasty.Ingredients.Rerun
|
||||
import Data.Monoid
|
||||
|
||||
import Options.Applicative hiding (command)
|
||||
import qualified Data.Map as M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue