Skip to content

Commit

Permalink
tweak supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zachjs committed May 5, 2024
1 parent 5f34eb8 commit 4a4aa79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Main
on:
push:
branches:
- '*'
branches-ignore:
- resolver
tags-ignore:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/resolver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- lts-14
- lts-13
- lts-12
- lts-11
steps:
- uses: actions/checkout@v4
- run: stack build --resolver ${{ matrix.resolver }}
4 changes: 2 additions & 2 deletions sv2v.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ executable sv2v
main-is: sv2v.hs
hs-source-dirs: src
build-tool-depends:
, alex:alex >= 3.2.5 && < 4
, happy:happy >= 1.20 && < 2
, alex:alex >= 3.2 && < 4
, happy:happy >= 1.19 && < 2
build-depends:
, array
, base
Expand Down

0 comments on commit 4a4aa79

Please sign in to comment.