Update doc-svg-gen.cabal to prevent new-configure annoyance
parent
9700fb2a50
commit
a24f092aac
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue