diff --git a/ConfigFile.cabal b/ConfigFile.cabal index afd32a6..0831177 100644 --- a/ConfigFile.cabal +++ b/ConfigFile.cabal @@ -54,7 +54,7 @@ Executable runtests Buildable: False Main-Is: runtests.hs HS-Source-Dirs: testsrc, src, . - Other-Modules: Tests.hs, ConfigParser.Maintest, ConfigParser.Parsertest + Other-Modules: Tests, ConfigParser.Maintest, ConfigParser.Parsertest Extensions: ExistentialQuantification, OverlappingInstances, UndecidableInstances, CPP, TypeSynonymInstances, FlexibleContexts, FlexibleInstances