#!/bin/bash target="aggreact" ghcid \ --command "stack ghci --with-ghc ghci \"--docker-run-args=--interactive=true --tty=false\" $target --no-build --ghci-options=-fobject-code" \ --test "DevelMain.update"