Skip to content
Snippets Groups Projects
Commit 931327d4 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Unbreak the build on Travis.

hackage-security doesn't know about Cabal 1.25.
parent a1f68394
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ script:
- cp Setup.hs ./dist/setup/setup.hs
- ghc --make -odir ./dist/setup -hidir ./dist/setup -i -i. ./dist/setup/setup.hs -o ./dist/setup/setup -Wall -Werror -threaded # the command cabal-install would use to build setup
- cabal install --only-dependencies --enable-tests --enable-benchmarks
- cabal install --only-dependencies --enable-tests --enable-benchmarks --allow-newer=Cabal
- ./dist/setup/setup configure --user --ghc-option=-Werror --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
- ./dist/setup/setup build
- ./dist/setup/setup haddock # see https://github.com/haskell/cabal/issues/2198
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment