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

@@ -1,11 +1,12 @@
module CheckSpec where
import Data.List (isSuffixOf, isInfixOf, isPrefixOf)
import Expectation
import Language.Haskell.GhcMod
import System.FilePath
import Test.Hspec
import Dir
spec :: Spec
spec = do
describe "checkSyntax" $ do