Cabal-2.2 から使える
共通の設定をまとめて書けるので便利
指定できる項目は Build information フィールドの内容に限る
common deps build-depends: base ^>= 4.11 ghc-options: -Wall common test-deps build-depends: tasty library import: deps exposed-modules: Foo test-suite tests import: deps, test-deps type: exitcode-stdio-1.0 main-is: Tests.hs build-depends: foo
3.3.2.13. Common stanzas
3.3.2.9. Build information
COMMON STANZAS - vrom911 Blog
Last updated 4 years ago