Skip to content

Commit

Permalink
set extra deps for reverse proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jappeace committed May 16, 2022
1 parent 35d8fa4 commit 4a09f47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
# windows-latest # TODO add windows support
]
resolver: [nightly, lts-18, lts-17, lts-19]
# Bugs in GHC make it crash too often to be worth running
exclude:
- os: macos-latest # no Cocoa ?? https://github.com/snoyberg/keter/runs/4103876510?check_suite_focus=true
resolver: lts-16

steps:
- name: Clone project
uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ flags:
keter: {}
packages:
- '.'
extra-deps: []
extra-deps:
- http-reverse-proxy-0.6.0.1@sha256:0eb27277306b4950046bf9acc2c721f219d6e9eb939d950cd8cc32c4b9433800,2542
resolver: lts-18

0 comments on commit 4a09f47

Please sign in to comment.