[project @ 2000-04-11 11:50:33 by simonmar]
authorsimonmar <unknown>
Tue, 11 Apr 2000 11:51:17 +0000 (11:51 +0000)
committersimonmar <unknown>
Tue, 11 Apr 2000 11:51:17 +0000 (11:51 +0000)
syslib wibble

ghc/tests/programs/okeefe_neural/Main.hs
ghc/tests/programs/waugh_neural/Makefile

index eb9dec5..2172c53 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS -syslib exts #-}
+{-# OPTIONS -syslib lang #-}
 
 module Main(main) where
 
index ec143fb..90d2c21 100644 (file)
@@ -1,7 +1,7 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SRC_HC_OPTS += -syslib misc
+SRC_HC_OPTS += -syslib lang
 
 all :: runtest