packages feed

paypal-adaptive-hoops-0.13.1.0: tests/Local.hs

module Main where

import Local.BulkParser
import Local.Money
import Local.Parser
import Test.Framework (Test, defaultMain)

tests :: [Test]
tests = [unitMoney, unitParser, bulkParser]

main :: IO ()
main = defaultMain tests