From: simonmar Date: Tue, 11 Apr 2000 11:51:17 +0000 (+0000) Subject: [project @ 2000-04-11 11:50:33 by simonmar] X-Git-Tag: Approximately_9120_patches~4738 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=76c56ef29f7dece54aa7082e37221596e16500d4;p=ghc-hetmet.git [project @ 2000-04-11 11:50:33 by simonmar] syslib wibble --- diff --git a/ghc/tests/programs/okeefe_neural/Main.hs b/ghc/tests/programs/okeefe_neural/Main.hs index eb9dec5..2172c53 100644 --- a/ghc/tests/programs/okeefe_neural/Main.hs +++ b/ghc/tests/programs/okeefe_neural/Main.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -syslib exts #-} +{-# OPTIONS -syslib lang #-} module Main(main) where diff --git a/ghc/tests/programs/waugh_neural/Makefile b/ghc/tests/programs/waugh_neural/Makefile index ec143fb..90d2c21 100644 --- a/ghc/tests/programs/waugh_neural/Makefile +++ b/ghc/tests/programs/waugh_neural/Makefile @@ -1,7 +1,7 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SRC_HC_OPTS += -syslib misc +SRC_HC_OPTS += -syslib lang all :: runtest