Skip to content
Snippets Groups Projects
Unverified Commit f73e1508 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files
parent 511d03d3
No related merge requests found
install:
# Using '-y' and 'refreshenv' as a workaround to:
# https://github.com/haskell/cabal/issues/3687
- choco install -y cabal
- choco install -y ghc --version 8.0.2
- choco source add -n mistuke -s https://www.myget.org/F/mistuke/api/v2
- choco install -y ghc --version 8.0.2 --ignore-dependencies
- choco install -y cabal-head -pre
- refreshenv
# See http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491
# NB: Do this after refreshenv, otherwise it will be clobbered!
......
......@@ -64,7 +64,7 @@ executable cabal-tests
build-depends:
async,
base,
Cabal >= 2.3,
Cabal == 2.5.0.0,
clock,
filepath,
process,
......@@ -75,5 +75,5 @@ executable cabal-tests
default-language: Haskell2010
custom-setup
setup-depends: Cabal >= 1.25,
setup-depends: Cabal == 2.5.0.0,
base
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