Skip to content

Commit

Permalink
Fix appveyor build.
Browse files Browse the repository at this point in the history
Our latest appveyor build failed with:

```
ghc-pkg.EXE: C:\sr\snapshots\141c7015\pkgdb\package.cache: you don't have
permission to modify this file
```

According to commercialhaskell/stack#3492,
"The likely workaround is to switch to GHC 8.2.1", so this moves to
lts-10.6 (ghc 8.2.2).
  • Loading branch information
joelburget committed Feb 22, 2018
1 parent d1f2892 commit 684feef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stack yaml for ghc builds

resolver: lts-8.15
resolver: lts-10.6

packages:
- '.'
Expand Down

0 comments on commit 684feef

Please sign in to comment.