Skip to content

Commit

Permalink
CORE-1824: teach hs/Makefile ghci{d} targets about Everest flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mattaudesse authored and TheChronicMonster committed Jun 2, 2022
1 parent fb4367e commit abc3d47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,18 @@ hs-format: expand

.PHONY: watch
watch: expand
@ghcid --target=reach:test:reach-test
@ghcid -c 'stack ghci $(MEVEREST) --main-is=reach:test:reach-test'

.PHONY: watch-reach-cli
watch-reach-cli: expand
@REACH_EX=../reach ghcid --target=reach:exe:reach -T Main.main
@REACH_EX=../reach ghcid -c 'stack ghci $(MEVEREST) --main-is=reach:exe:reach' -T Main.main

.PHONY: watch-reachc
watch-reachc: expand
@ghcid --target=reach:exe:reachc
@ghcid -c 'stack ghci $(MEVEREST) --main-is=reach:exe:reachc'

.PHONY: repl-reach-cli
repl-reach-cli: expand
@stack ghci app/reach/Main.hs \
@stack ghci app/reach/Main.hs $(MEVEREST) \
--package pretty-simple \
--ghci-options "-interactive-print=Text.Pretty.Simple.pPrint"

0 comments on commit abc3d47

Please sign in to comment.