build: build-7.10

build-7.10:
	STACK_YAML="stack-7.10.yaml" stack build

build-8.0:
	STACK_YAML="stack-8.0.yaml" stack build

ghci:
	stack ghci

test:
	stack test

test-ghci:
	stack ghci esqueleto:test:test
