Skip to content

Commit

Permalink
add a spec so weeder doesn't complain
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jul 3, 2024
1 parent e189595 commit 3965ceb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions haskell-library-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ test-suite spec
main-is: Spec.hs
other-modules:
SpecHook
WhateverSpec
Paths_haskell_library_template
hs-source-dirs:
tests
Expand Down
8 changes: 8 additions & 0 deletions tests/WhateverSpec.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module WhateverSpec (spec) where

import Prelude

import Test.Hspec

spec :: Spec
spec = pure () -- Tests go here

0 comments on commit 3965ceb

Please sign in to comment.