# Copyright (c) T.R.Barbour 2000 - 2004 TARGET_TYPE = library MAIN_LANGUAGE = haskell ifeq ($($(already_seen)),) # kludge to see strictness analysis - move this to ways.mk # HCFLAGS += -O # overlapping instances are needed by MultiDimArray.hs # lang package is needed for ST (probably should add some package support to Gluon) HSFLAGS += -fallow-overlapping-instances -fallow-undecidable-instances -package lang endif # until Glasow sort out where the NameSupply module lives # and we can supply the Clay module for Schedule.hs NOT_SRCS = NameSupplyEx.hs Schedule.hs include gluon.mk