mirror of https://github.com/zachjs/sv2v.git
use new cabal build-tool-depends syntax
This commit is contained in:
parent
355b62da70
commit
71d174877d
|
|
@ -19,9 +19,9 @@ executable sv2v
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
main-is: sv2v.hs
|
main-is: sv2v.hs
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
build-tools:
|
build-tool-depends:
|
||||||
alex >= 3 && < 4,
|
, alex:alex >= 3.2.5 && < 4
|
||||||
happy >= 1 && < 2
|
, happy:happy >= 1.19 && < 2
|
||||||
build-depends:
|
build-depends:
|
||||||
, array
|
, array
|
||||||
, base
|
, base
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue