-- Searches for files that end in Spec.hs that contain a 'spec' function and runs the tests -- See https://hspec.github.io/hspec-discover.html for more information {-# OPTIONS_GHC -F -pgmF hspec-discover #-}