diff --git a/sydtest-discover/package.yaml b/sydtest-discover/package.yaml index e73a9059..d65a62d1 100644 --- a/sydtest-discover/package.yaml +++ b/sydtest-discover/package.yaml @@ -1,5 +1,5 @@ name: sydtest-discover -version: 0.0.0.0 +version: 0.0.0.1 github: "NorfairKing/sydtest" license: OtherLicense license-file: LICENSE.md diff --git a/sydtest-discover/src/Test/Syd/Discover.hs b/sydtest-discover/src/Test/Syd/Discover.hs index f6bb4944..a74ed485 100644 --- a/sydtest-discover/src/Test/Syd/Discover.hs +++ b/sydtest-discover/src/Test/Syd/Discover.hs @@ -139,7 +139,7 @@ makeSpecModule Settings {..} destination sources = ] moduleDeclaration :: String -> String -moduleDeclaration mn = unwords ["module", mn, "where"] +moduleDeclaration mn = unwords ["module", mn, "(spec) where"] mainDeclaration :: String mainDeclaration =