Skip to content

Commit

Permalink
Fix ar permission issue for 7.8 on OSX
Browse files Browse the repository at this point in the history
We can probably just drop support for 7.8 in a future version.

Related: haskell/cabal#2653 (comment)
  • Loading branch information
abhinav committed Jan 12, 2017
1 parent 3fe0465 commit f0101a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ matrix:
compiler: ": #stack default osx"
os: osx

- env: BUILD=stack ARGS="--resolver lts-2"
- env: BUILD=stack ARGS="--resolver lts-2 --stack-yaml stack.osx.7.8.yaml"
compiler: ": #stack 7.8.4 osx"
os: osx

Expand Down
7 changes: 7 additions & 0 deletions stack.osx.7.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Workaround for https://github.com/haskell/cabal/issues/2653
flags: {}
packages:
- '.'
extra-deps:
- unix-2.7.1.0
resolver: lts-2.22

0 comments on commit f0101a9

Please sign in to comment.