Skip to content
Snippets Groups Projects
Commit fd595923 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-05-14 11:23:47 by simonm]

Tmp fix: compile HsBasic with -fno-prune-tydecls.
parent 589b7946
No related merge requests found
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.56 1999/05/13 17:30:50 simonm Exp $
# $Id: Makefile,v 1.57 1999/05/14 11:23:47 simonm Exp $
TOP = ..
include $(TOP)/mk/boilerplate.mk
......@@ -213,6 +213,7 @@ typecheck/TcGenDeriv_HC_OPTS = -H10m
# tmp, -- SDM
specialise/Specialise_HC_OPTS += -fno-prune-tydecls
hsSyn/HsBasic_HC_OPTS += -fno-prune-tydecls
# Was 10m for 2.10
typecheck/TcHsSyn_HC_OPTS = -H15m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment