X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/affb6e6a27325110e9f65c16506779eacf8c6c36..5dcb8125788c498643b2da688fd522816d13dc85:/program/Makefile diff --git a/program/Makefile b/program/Makefile index a86037f..eb0274a 100644 --- a/program/Makefile +++ b/program/Makefile @@ -1,5 +1,5 @@ # Let's keep it simple for now. all: - ghc --make -c *.hs + ghc -fglasgow-exts --make -c *.hs clean: rm -f *.hi *.o