created Data.CSV.Slurp module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user