Commit 71d17487 by Zachary Snow

use new cabal build-tool-depends syntax

parent 355b62da
...@@ -19,9 +19,9 @@ executable sv2v ...@@ -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
......
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