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
|
||||
main-is: sv2v.hs
|
||||
hs-source-dirs: src
|
||||
build-tools:
|
||||
alex >= 3 && < 4,
|
||||
happy >= 1 && < 2
|
||||
build-tool-depends:
|
||||
, alex:alex >= 3.2.5 && < 4
|
||||
, happy:happy >= 1.19 && < 2
|
||||
build-depends:
|
||||
, array
|
||||
, base
|
||||
|
|
|
|||
Loading…
Reference in New Issue