diff --git a/live-check b/live-check index d7cbfb2..fb642a5 100755 --- a/live-check +++ b/live-check @@ -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 \ ; diff --git a/live-unit-tests b/live-unit-tests index 4f70f27..88a7e20 100755 --- a/live-unit-tests +++ b/live-unit-tests @@ -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 \ ;