packages feed

spatial-math-0.5.0.1: tests/doctests.hs

{-# OPTIONS_GHC -Wall #-}

module Main where

import Test.DocTest

main :: IO ()
main = doctest ["-isrc", "src/Types.hs", "src/SpatialMath.hs"]