packages feed

paypal-adaptive-hoops-0.5.0.0: tests/Test.hs

import Test.Framework (Test, defaultMain)
import Unit.Money
import Unit.Parser

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

main :: IO ()
main = defaultMain tests