Fix live-* script cabal file references

This commit is contained in:
Robert Hensing 2019-09-28 14:53:46 +02:00
parent 0474544d0b
commit 3918799b9a
2 changed files with 2 additions and 4 deletions

View File

@ -8,6 +8,5 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
ghcid \
--command 'ghci -isrc/haskell/exe src/haskell/exe/Main.hs' \
--reload=src/haskell \
--restart=hercules-ci-api.cabal \
--restart=../stack.yaml \
--restart=arion-compose.cabal \
;

View File

@ -9,6 +9,5 @@ ghcid \
--command 'cabal v2-repl arion-compose:arion-unit-tests --flags ghci --write-ghc-environment-files=never' \
--test=Main.main \
--reload=src/haskell \
--restart=hercules-ci-api.cabal \
--restart=../stack.yaml \
--restart=arion-compose.cabal \
;