Skip to content

Commit

Permalink
Fix happy constraints, allowing 1.20.1.1 (re #6857)
Browse files Browse the repository at this point in the history
Only 1.20.1 and 1.21.0 should be excluded (these are deprecated).
  • Loading branch information
andreasabel committed Jun 17, 2023
1 parent 67a7f60 commit 6f3069a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ packages:
- Sit

- alex > 3.2.7
- happy < 1.20.1 || > 1.21.0
- happy < 1.20.1 || >= 1.20.1.1 && < 1.21 || > 1.21.0
- haskell-src
- ListLike
- MissingH
Expand Down

0 comments on commit 6f3069a

Please sign in to comment.