Delete the stale tests

While this project would benefit from having test coverage, the current tests
are not providing any useful coverage.
This commit is contained in:
William Carroll 2020-03-29 20:37:34 +01:00
parent 946764f6bd
commit 7d340689ba
2 changed files with 1 additions and 44 deletions

View file

@ -1,12 +1,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE DeriveGeneric #-}
module Main
( main
, getRules
, URL(..)
, Rule(..)
) where
module Main ( main ) where
--------------------------------------------------------------------------------
-- Dependencies