allow building with happy v2

This commit is contained in:
Zachary Snow 2024-09-29 15:47:11 -04:00
parent bc79e30fe5
commit 5374679e4b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ executable sv2v
hs-source-dirs: src
build-tool-depends:
, alex:alex >= 3.2 && < 4
, happy:happy >= 1.19 && < 2
, happy:happy >= 1.19 && < 3
build-depends:
, array
, base