build(backend): remove uniworxdev binary
This commit is contained in:
parent
7650468b5f
commit
024d29fba8
18
package.yaml
18
package.yaml
@ -295,17 +295,17 @@ executables:
|
||||
when:
|
||||
- condition: flag(library-only)
|
||||
buildable: false
|
||||
- condition: flag(dev)
|
||||
buildable: false
|
||||
# - condition: flag(dev)
|
||||
# buildable: false
|
||||
ghc-options:
|
||||
- -threaded -rtsopts "-with-rtsopts=-N -T"
|
||||
uniworxdev:
|
||||
<<: *uniworxexe
|
||||
when:
|
||||
- condition: flag(library-only)
|
||||
buildable: false
|
||||
- condition: "!flag(dev)"
|
||||
buildable: false
|
||||
# uniworxdev:
|
||||
# <<: *uniworxexe
|
||||
# when:
|
||||
# - condition: flag(library-only)
|
||||
# buildable: false
|
||||
# - condition: "!flag(dev)"
|
||||
# buildable: false
|
||||
uniworxdb:
|
||||
main: Database.hs
|
||||
ghc-options:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user