fix QA building command

This commit is contained in:
Vincent Hanquez 2019-01-06 16:08:48 +00:00
parent 7fc7acb38b
commit 3de65a43a1

View File

@ -1,8 +1,8 @@
all: all:
cabal build stack build
check: QA check: QA
./QA ./QA
QA: QA.hs QA: QA.hs
ghc --make QA stack ghc --package haskell-src-exts --package ansi-terminal -- --make QA