packages feed

snail-0.1.0.0: test/Spec.hs

-- 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 #-}