Skip to content

Commit

Permalink
Merge pull request #9 from GaloisInc/issue#8-limit-happy-to-less-than…
Browse files Browse the repository at this point in the history
…-2.1

Restrict `happy` version to less then 2.1
  • Loading branch information
yav authored Oct 18, 2024
2 parents 74a05b7 + 73b8160 commit ae59c73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion language-rust.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ library
-Wincomplete-uni-patterns
-Wmissing-signatures

build-tools: alex >=3.1, happy >=1.19.8
build-tools: alex >=3.1, happy >=1.19.8 && < 2.1
-- We restrict to < 2.1, because of
-- https://github.com/haskell/happy/issues/320

default-language: Haskell2010

exposed-modules: Language.Rust.Syntax
Expand Down

0 comments on commit ae59c73

Please sign in to comment.