Merge pull request #7 from tmcgilchrist/ghc-7.10
Silence warning for ghc-7.10 about Applicative.
This commit is contained in:
commit
7a675430a7
1 changed files with 4 additions and 0 deletions
|
@ -1,7 +1,11 @@
|
|||
{-# LANGUAGE CPP #-}
|
||||
|
||||
module Main where
|
||||
|
||||
import Build_doctests (deps)
|
||||
#if (__GLASGOW_HASKELL__ < 710)
|
||||
import Control.Applicative
|
||||
#endif
|
||||
import Control.Monad
|
||||
import Data.List
|
||||
import System.Directory
|
||||
|
|
Loading…
Reference in a new issue