Use cabal nightly on windows
authorLuke Lau <luke_lau@icloud.com>
Sat, 8 Jun 2019 21:18:04 +0000 (22:18 +0100)
committerLuke Lau <luke_lau@icloud.com>
Sat, 8 Jun 2019 21:28:18 +0000 (22:28 +0100)
.travis.yml

index 8a6fd8040dc237f0f5f6d54de70af8412d7ee6c5..d4fe4c166438593feb4b687c03058a8f7fd9764c 100644 (file)
@@ -37,7 +37,8 @@ addons:
 before_install:
 - |
   if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
-    choco install ghc cabal nodejs
+    choco install cabal -pre
+    choco install ghc nodejs
     /C/ProgramData/chocolatey/bin/RefreshEnv.cmd
     export PATH=/C/ProgramData/chocolatey/lib/ghc/tools/ghc-8.6.5/bin:${PATH}
     /C/ProgramData/chocolatey/bin/RefreshEnv.cmd