chore: rename wflint to avoid collision with source
This commit is contained in:
parent
f485bce4d1
commit
1b656e2ae6
@ -301,7 +301,7 @@ executables:
|
|||||||
when:
|
when:
|
||||||
- condition: flag(library-only)
|
- condition: flag(library-only)
|
||||||
buildable: false
|
buildable: false
|
||||||
wflint:
|
uniworx-wflint:
|
||||||
main: WFLint.hs
|
main: WFLint.hs
|
||||||
ghc-options:
|
ghc-options:
|
||||||
- -main-is WFLint
|
- -main-is WFLint
|
||||||
@ -309,6 +309,8 @@ executables:
|
|||||||
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