From 3918799b9aef4449b2d610d0563020330100c8d8 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sat, 28 Sep 2019 14:53:46 +0200 Subject: [PATCH] Fix live-* script cabal file references --- live-check | 3 +-- live-unit-tests | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 \ ;