module name change.

This commit is contained in:
Kazu Yamamoto
2013-09-03 11:49:35 +09:00
parent 1b862ca107
commit 955223a2a8
6 changed files with 10 additions and 6 deletions

View File

@@ -2,12 +2,13 @@ module CradleSpec where
import Control.Applicative
import Data.List (isPrefixOf)
import Expectation
import Language.Haskell.GhcMod
import System.Directory (canonicalizePath)
import System.FilePath (addTrailingPathSeparator, (</>))
import Test.Hspec
import Dir
spec :: Spec
spec = do
describe "findCradle" $ do