chore: build wflint against uniworx as a library
This commit is contained in:
parent
e5efc285e2
commit
12c9513f96
10
package.yaml
10
package.yaml
@ -305,12 +305,16 @@ executables:
|
|||||||
main: WFLint.hs
|
main: WFLint.hs
|
||||||
ghc-options:
|
ghc-options:
|
||||||
- -main-is WFLint
|
- -main-is WFLint
|
||||||
source-dirs: [wflint, src]
|
dependencies:
|
||||||
|
- base
|
||||||
|
- uniworx
|
||||||
|
- bytestring
|
||||||
|
- yaml
|
||||||
|
other-modules: []
|
||||||
|
source-dirs: wflint
|
||||||
when:
|
when:
|
||||||
- condition: flag(library-only)
|
- condition: flag(library-only)
|
||||||
buildable: false
|
buildable: false
|
||||||
- condition: '!flag(dev)'
|
|
||||||
buildable: false
|
|
||||||
|
|
||||||
# Test suite
|
# Test suite
|
||||||
tests:
|
tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user