mirror of https://github.com/zachjs/sv2v.git
allow building with happy v2
This commit is contained in:
parent
bc79e30fe5
commit
5374679e4b
|
|
@ -25,7 +25,7 @@ executable sv2v
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
build-tool-depends:
|
build-tool-depends:
|
||||||
, alex:alex >= 3.2 && < 4
|
, alex:alex >= 3.2 && < 4
|
||||||
, happy:happy >= 1.19 && < 2
|
, happy:happy >= 1.19 && < 3
|
||||||
build-depends:
|
build-depends:
|
||||||
, array
|
, array
|
||||||
, base
|
, base
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue