Commit 71d17487 by Zachary Snow

use new cabal build-tool-depends syntax

parent 355b62da
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment