Update examples

This commit is contained in:
Don Stewart 2005-09-03 04:45:14 +00:00
parent 5321754614
commit dff0363224
421 changed files with 19 additions and 9 deletions

View File

@ -1 +0,0 @@
True

View File

@ -1 +0,0 @@
True

View File

@ -1,7 +1,7 @@
# how to build the default projects
include $(TOP)/config.mk
include $(TOP)/examples/check.mk
include $(TOP)/testsuite/check.mk
BIN= prog/a.out
OBJ= prog/Main.o
@ -12,7 +12,7 @@ REALBIN= ./a.out
API_OBJ= api/API.o
INCLUDES= -i$(TOP)/examples/$(TEST)/api
INCLUDES= -i$(TOP)/testsuite/$(TEST)/api
GHCFLAGS= -Onot -cpp -fglasgow-exts
.SUFFIXES : .o .hs .hi .lhs .hc .s

View File

@ -1,5 +1,5 @@
include $(TOP)/config.mk
include $(TOP)/examples/check.mk
include $(TOP)/testsuite/check.mk
BIN=a.out
SRC=Main.hs

View File

@ -4,7 +4,7 @@
--
-- Not so bad to use AltData, as it is already derived for all the basic
-- types. Then, just replace deriving Typeable, with hand-derived
-- instance of Typeable (see hs-plugins/examples/eval/eval_fn1/Poly.hs
-- instance of Typeable (see hs-plugins/testsuite/eval/eval_fn1/Poly.hs
--
--

View File

@ -1,5 +1,5 @@
include $(TOP)/config.mk
include $(TOP)/examples/check.mk
include $(TOP)/testsuite/check.mk
INCLUDES= -I$(TOP)

Some files were not shown because too many files have changed in this diff Show More