We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae59c73 + fe4c780 commit f23c2b0Copy full SHA for f23c2b0
language-rust.cabal
@@ -41,8 +41,8 @@ library
41
-Wincomplete-uni-patterns
42
-Wmissing-signatures
43
44
- build-tools: alex >=3.1, happy >=1.19.8 && < 2.1
45
- -- We restrict to < 2.1, because of
+ build-tools: alex >=3.1, happy >=1.19.8 && < 2.1 || >= 2.1.1
+ -- We restrict to < 2.1 || >= 2.1.1, because of
46
-- https://github.com/haskell/happy/issues/320
47
48
default-language: Haskell2010
0 commit comments