paypal-adaptive-hoops-0.8.0.0: tests/Local.hs
module Main where import Local.Money import Local.Parser import Test.Framework (Test, defaultMain) tests :: [Test] tests = [unitMoney, unitParser] main :: IO () main = defaultMain tests
module Main where import Local.Money import Local.Parser import Test.Framework (Test, defaultMain) tests :: [Test] tests = [unitMoney, unitParser] main :: IO () main = defaultMain tests