%/quickcheck: %
-GHCID_TEST ?= "System.Environment.withArgs (words \"--color always\") main \`Control.Exception.finally\` putStrLn \"\x1b[m\""
+GHCID_TEST ?= System.Environment.withArgs (words "--color always") main `Control.Exception.finally` putStrLn "\x1b[m"
ghcid:
ghcid \
--warnings \
$(package):lib \
$(package):$(package)-test \
--ghci-options=-fobject-code" \
- --test $(GHCID_TEST)
+ --test '$(GHCID_TEST)'
clean:
stack $(STACK_FLAGS) clean $(STACK_CLEAN_FLAGS)