created Data.CSV.Slurp module

This commit is contained in:
2022-04-18 16:29:28 -04:00
parent 8fa0afd0e2
commit 0e09e0fcbf
4 changed files with 63 additions and 1 deletions

View File

@@ -18,9 +18,13 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
-}
module Main where
import Test.Hspec (hspec)
import qualified Data.CSV.SlurpSpec as Slurp
main :: IO ()
main = hspec $ return ()
main = hspec $ Slurp.spec
--jl