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
|
||||
ghc-options:
|
||||
- -main-is WFLint
|
||||
source-dirs: [wflint, src]
|
||||
dependencies:
|
||||
- base
|
||||
- uniworx
|
||||
- bytestring
|
||||
- yaml
|
||||
other-modules: []
|
||||
source-dirs: wflint
|
||||
when:
|
||||
- condition: flag(library-only)
|
||||
buildable: false
|
||||
- condition: '!flag(dev)'
|
||||
buildable: false
|
||||
|
||||
# Test suite
|
||||
tests:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user