Trying to resolve Travis fails.

This commit is contained in:
Kazu Yamamoto 2013-10-07 16:39:54 +09:00
parent 79a18ff379
commit 2c9b4227dd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import Control.Applicative ((<$>))
import Data.List (isPrefixOf)
import Language.Haskell.GhcMod
import Language.Haskell.GhcMod.Cradle
#ifdef VERSION_executable_path
#if __GLASGOW_HASKELL__ < 706
import System.Environment.Executable (getExecutablePath)
#else
import System.Environment (getExecutablePath)