Switch to cabal builds.

No more stackage.
This commit is contained in:
Justin Hsu
2021-01-03 18:31:52 +00:00
parent 2602bdd594
commit 525aa09f61
8 changed files with 157 additions and 63 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
TOP=stack exec website-exe
TOP=cabal v2-run justin-site
all:
stack build
cabal v2-build
check:
$(TOP) check
@@ -17,4 +17,4 @@ install:
gem update --system && gem install compass
clean:
stack clean
cabal v2-clean