[commit: packages/filepath] master: Add a travis.hs script to ensure the generator ran (fa77022)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:36:09 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/fa7702211e2a69d0d4f4177dc2db3c624775fa46

>---------------------------------------------------------------

commit fa7702211e2a69d0d4f4177dc2db3c624775fa46
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Wed Oct 29 08:01:04 2014 +0000

    Add a travis.hs script to ensure the generator ran


>---------------------------------------------------------------

fa7702211e2a69d0d4f4177dc2db3c624775fa46
 travis.hs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/travis.hs b/travis.hs
new file mode 100755
index 0000000..ae22fd2
--- /dev/null
+++ b/travis.hs
@@ -0,0 +1,4 @@
+
+import System.Process.Extra
+
+main = system_ "runhaskell Generate"



More information about the ghc-commits mailing list