Skip to content
This repository was archived by the owner on Jul 31, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ prof:
stack build --library-profiling --executable-profiling --fast

prep: clean $(XMLS)
stack install --install-ghc hxt regex-posix
stack install --install-ghc hxt regex-posix utf8-string
stack runghc ./ParseSyntaxFiles.hs xml
@echo "Syntax parsers have been generated."
@echo "You may now use cabal to build the package."
Expand Down