From: andy Date: Tue, 4 Apr 2000 18:27:46 +0000 (+0000) Subject: [project @ 2000-04-04 18:27:46 by andy] X-Git-Tag: Approximately_9120_patches~4829 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=793777e8758e082f4e2b65c4fba61e0ec20968d5;p=ghc-hetmet.git [project @ 2000-04-04 18:27:46 by andy] Observe wibble. --- 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 \