mirror of
https://github.com/thma/WhyHaskellMatters.git
synced 2024-11-22 20:35:15 +03:00
1 line
126 B
Haskell
1 line
126 B
Haskell
{-# OPTIONS_GHC -F -pgmF hspec-discover #-} -- this compiler pragma allows GHC to automatically discover all Hspec Test Specs. |