Skip to content

Commit

Permalink
Added export list to sydtest-discover Spec.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
CSVdB committed Nov 2, 2021
1 parent bc9117a commit f5d7e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sydtest-discover/package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sydtest-discover/src/Test/Syd/Discover.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit f5d7e50

Please sign in to comment.