Update doc-svg-gen.cabal to prevent new-configure annoyance

pull/95/head
Lennart Spitzner 2017-12-15 20:55:31 +01:00
parent 9700fb2a50
commit a24f092aac
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@ extra-source-files: ChangeLog.md
cabal-version: >=1.10 cabal-version: >=1.10
executable doc-svg-gen executable doc-svg-gen
buildable: True buildable: False
main-is: Main.hs main-is: Main.hs
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: build-depends:
{ base >=4.9 && <4.10 { base >=4.9 && <4.11
, text , text
, graphviz >=2999.19.0.0 , graphviz >=2999.19.0.0
} }