Update examples
This commit is contained in:
parent
5321754614
commit
dff0363224
@ -1 +0,0 @@
|
||||
True
|
@ -1 +0,0 @@
|
||||
True
|
@ -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
|
@ -1,5 +1,5 @@
|
||||
include $(TOP)/config.mk
|
||||
include $(TOP)/examples/check.mk
|
||||
include $(TOP)/testsuite/check.mk
|
||||
|
||||
BIN=a.out
|
||||
SRC=Main.hs
|
@ -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
|
||||
--
|
||||
--
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user