Fix live-* script cabal file references
This commit is contained in:
parent
0474544d0b
commit
3918799b9a
2 changed files with 2 additions and 4 deletions
|
@ -8,6 +8,5 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||||
ghcid \
|
ghcid \
|
||||||
--command 'ghci -isrc/haskell/exe src/haskell/exe/Main.hs' \
|
--command 'ghci -isrc/haskell/exe src/haskell/exe/Main.hs' \
|
||||||
--reload=src/haskell \
|
--reload=src/haskell \
|
||||||
--restart=hercules-ci-api.cabal \
|
--restart=arion-compose.cabal \
|
||||||
--restart=../stack.yaml \
|
|
||||||
;
|
;
|
||||||
|
|
|
@ -9,6 +9,5 @@ ghcid \
|
||||||
--command 'cabal v2-repl arion-compose:arion-unit-tests --flags ghci --write-ghc-environment-files=never' \
|
--command 'cabal v2-repl arion-compose:arion-unit-tests --flags ghci --write-ghc-environment-files=never' \
|
||||||
--test=Main.main \
|
--test=Main.main \
|
||||||
--reload=src/haskell \
|
--reload=src/haskell \
|
||||||
--restart=hercules-ci-api.cabal \
|
--restart=arion-compose.cabal \
|
||||||
--restart=../stack.yaml \
|
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue