Skip to content

Commit

Permalink
Don't pin weeder
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Mar 31, 2022
1 parent 9695ea6 commit 7e8c2ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:

- if: ${{ matrix.stack-yaml == 'stack.yaml' }}
uses: freckle/weeder-action@v1
with:
weeder-version: 2.2.0

hlint:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
resolver: lts-19.1

extra-deps:
# For weeder
- algebraic-graphs-0.5

flags:
yesod-paginator:
examples: true

0 comments on commit 7e8c2ba

Please sign in to comment.