Skip to content

Commit

Permalink
Merge pull request #10 from GaloisInc/allow-newer-happy
Browse files Browse the repository at this point in the history
Allow building with `happy-2.1.1` or later
  • Loading branch information
RyanGlScott authored Jan 10, 2025
2 parents ae59c73 + fe4c780 commit f23c2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language-rust.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ library
-Wincomplete-uni-patterns
-Wmissing-signatures

build-tools: alex >=3.1, happy >=1.19.8 && < 2.1
-- 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
-- https://github.com/haskell/happy/issues/320

default-language: Haskell2010
Expand Down

0 comments on commit f23c2b0

Please sign in to comment.