[commit: packages/filepath] master: Since the generated code is checked in, no need to run the generator (0caec5f)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:35:59 UTC 2015


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

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

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

commit 0caec5fe2dc526c720cc18570a9619e1d0365baf
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Wed Oct 29 07:31:28 2014 +0000

    Since the generated code is checked in, no need to run the generator


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

0caec5fe2dc526c720cc18570a9619e1d0365baf
 .travis.yml    | 1 -
 filepath.cabal | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0451896..10b2f23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,6 @@ install:
  - cabal install --only-dependencies --enable-tests;
 
 script:
- - cd tests/ && runghc ./GenTests.hs && cd ..
  - cabal configure --enable-tests -v2
  - cabal build
  - cabal test
diff --git a/filepath.cabal b/filepath.cabal
index f34bc40..ed836f3 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -46,10 +46,6 @@ library
 
     ghc-options: -Wall
 
--- When run directly from the Git repo, you need to
--- generate the tests/FilePath_Tests.hs file via
---
---  cd tests/ && runghc ./GenTests.hs
 test-suite filepath-tests
     type: exitcode-stdio-1.0
     default-language: Haskell98



More information about the ghc-commits mailing list