summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-12 02:15:24 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-12 02:23:54 +0100
commitfcd31ebec59279a22555f47a3b768b787966fa88 (patch)
treeb771e67177007a49dffe14c0e25756a3e0323d2b /Makefile
parent4b0c42cd29c88d40014cc901c545d6184a78d521 (diff)
switch to megaparsec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8b6783e..b9e26f91 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1.PHONY: all 1.PHONY: all
2all: 2all:
3 cabal install --constraint="indentation -trifecta" 3 cabal install
4 4
5LCDIR=~/.cabal/share/x86_64-linux-ghc-7.10.2/lambdacube-compiler-0.5.0.0/lc 5LCDIR=~/.cabal/share/x86_64-linux-ghc-7.10.2/lambdacube-compiler-0.5.0.0/lc
6 6