From 793777e8758e082f4e2b65c4fba61e0ec20968d5 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 4 Apr 2000 18:27:46 +0000 Subject: [PATCH] [project @ 2000-04-04 18:27:46 by andy] Observe wibble. --- ghc/interpreter/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/interpreter/lib/Makefile b/ghc/interpreter/lib/Makefile index 8e1bcd2..d77ebf0 100644 --- a/ghc/interpreter/lib/Makefile +++ b/ghc/interpreter/lib/Makefile @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# $Id: Makefile,v 1.9 2000/04/04 01:07:50 andy Exp $ +# $Id: Makefile,v 1.10 2000/04/04 18:27:46 andy Exp $ # -------------------------------------------------------------------------- # TOP = ../.. @@ -49,7 +49,7 @@ LANG_LIBS = Addr.lhs Bits.lhs ByteArray.lhs Dynamic.lhs \ UTIL_LIBS = QuickCheck.hs QuickCheckBatch.hs QuickCheckPoly.hs \ QuickCheckUtils.hs GetOpt.lhs \ - Regex.lhs RegexString.lhs Observe.lhs Memo.lhs Readline.lhs \ + Regex.lhs RegexString.lhs Memo.lhs Readline.lhs \ Select.lhs CONC_LIBS = Channel.lhs ChannelVar.lhs Concurrent.lhs Merge.lhs \ -- 1.7.10.4