Skip to content

Commit f23c2b0

Browse files
authored
Merge pull request #10 from GaloisInc/allow-newer-happy
Allow building with `happy-2.1.1` or later
2 parents ae59c73 + fe4c780 commit f23c2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language-rust.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ library
4141
-Wincomplete-uni-patterns
4242
-Wmissing-signatures
4343

44-
build-tools: alex >=3.1, happy >=1.19.8 && < 2.1
45-
-- We restrict to < 2.1, because of
44+
build-tools: alex >=3.1, happy >=1.19.8 && < 2.1 || >= 2.1.1
45+
-- We restrict to < 2.1 || >= 2.1.1, because of
4646
-- https://github.com/haskell/happy/issues/320
4747

4848
default-language: Haskell2010

0 commit comments

Comments
 (0)