packages feed

interpolatedstring-perl6 1.0.1 → 1.0.2

raw patch · 2 files changed

+4/−3 lines, 2 filessetup-changed

Files

Setup.hs view
@@ -1,6 +1,7 @@ import Distribution.Simple import System.Cmd(system) -main = defaultMainWithHooks $ simpleUserHooks { runTests = runElfTests }+main = defaultMainWithHooks $ simpleUserHooks { testHook = runElfTests } -runElfTests a b pd lb = system "runhaskell -i./src ./tests/Test.hs" >> return ()+runElfTests _ _ _ _ _ = system "runhaskell -i./src ./tests/Test.hs" >> return ()+
interpolatedstring-perl6.cabal view
@@ -1,5 +1,5 @@ Name:          interpolatedstring-perl6-Version:       1.0.1+Version:       1.0.2 License:       PublicDomain License-file:  LICENSE Category:      Data