1
1
mirror of https://github.com/thma/WhyHaskellMatters.git synced 2024-10-05 17:58:11 +03:00
WhyHaskellMatters/test/Spec.hs
Mahler, Thomas fd3195ec54 clean up
2020-03-05 17:26:30 +01:00

1 line
126 B
Haskell

{-# OPTIONS_GHC -F -pgmF hspec-discover #-} -- this compiler pragma allows GHC to automatically discover all Hspec Test Specs.