From 3de65a43a1d1923a86914f6a24207d49d7e706e4 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sun, 6 Jan 2019 16:08:48 +0000 Subject: [PATCH] fix QA building command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e976722..4bfa1d6 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ all: - cabal build + stack build check: QA ./QA QA: QA.hs - ghc --make QA + stack ghc --package haskell-src-exts --package ansi-terminal -- --make QA