Fix for new behaviour of library-only

This commit is contained in:
Gregor Kleen 2019-04-12 14:09:15 +02:00
parent a0f645d9c4
commit b584e1afb6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
exec -- stack build --fast --flag uniworx:library-only --flag uniworx:dev
exec -- stack build --fast --flag uniworx:-library-only --flag uniworx:dev
echo Build task completed.

2
db.sh
View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# Options: see /test/Database.hs (Main)
stack build --fast --flag uniworx:library-only --flag uniworx:dev
stack build --fast --flag uniworx:-library-only --flag uniworx:dev
stack exec uniworxdb -- $@