Combine test and application dependencies

This commit is contained in:
2023-09-21 23:51:02 +02:00
parent 77c9a2ab54
commit a7114618c1
4 changed files with 31 additions and 7 deletions

View File

@ -0,0 +1,8 @@
module SlackBuilder.PackageSpec
( spec
) where
import Test.Hspec (Spec)
spec :: Spec
spec = pure ()