diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-09-02 05:26:18 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-09-02 05:26:18 +0200 |
commit | 097b9fc93f90b86c48e95b142f111c6fe0d8bde2 (patch) | |
tree | 144d197aa36665918248e06565954faa71d8c4d6 | |
parent | 21b34d2ca14aadb055c353ca2964fa4cb577944e (diff) |
Fix CABAL_MAJOR in .travis.yml
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 50b5d41..10fb2bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,4 +47,4 @@ script: - ./dist/build/cabal-helper-wrapper/cabal-helper-wrapper . dist "compiler-version" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-lang-options" - ./dist/build/spec/spec # At least try to compile with Cabal HEAD - - ghc -i -i/tmp/cabal/Cabal -i. CabalHelper/Main.hs -odir /tmp/cabal/Cabal -DCABAL_MAJOR=100 -DCABAL_MINOR=100 + - ghc -i -i/tmp/cabal/Cabal -i. CabalHelper/Main.hs -odir /tmp/cabal/Cabal -DCABAL_MAJOR=1 -DCABAL_MINOR=1000 |