We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af9fc1 commit 4a83154Copy full SHA for 4a83154
1 file changed
test/Data/String/StripSpec.hs
@@ -1,13 +1,8 @@
1
-module Data.String.StripSpec (main, spec) where
+module Data.String.StripSpec (spec) where
2
3
import Test.Hspec
4
import Data.String.Strip
5
6
--- `main` is here so that this module can be run from GHCi on its own. It is
7
--- not needed for automatic spec discovery.
8
-main :: IO ()
9
-main = hspec spec
10
-
11
spec :: Spec
12
spec = do
13
describe "strip" $ do
0 commit comments