chore: rename wflint to avoid collision with source

This commit is contained in:
Gregor Kleen 2020-12-06 17:12:31 +01:00
parent f485bce4d1
commit 1b656e2ae6

View File

@ -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: