From dc9be80ffeec1ddefcf772329ccdacae12a37ad4 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Mon, 13 Aug 2007 11:28:55 +0000 Subject: [PATCH] install Typeable.h for use by other packages --- Makefile.nhc98 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 7da02ac..ad01711 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -67,6 +67,7 @@ include ../Makefile.common extra: if [ -f Prelude.hs ]; then mv Prelude.hs Prelude.hs.unused; fi if [ -f Numeric.hs ]; then mv Numeric.hs Numeric.hs.unused; fi + $(INSTALL) include/Typeable.h $(INCDIR)/packages/$(THISPKG) extracfiles: if [ -f Prelude.hs ]; then mv Prelude.hs Prelude.hs.unused; fi if [ -f Numeric.hs ]; then mv Numeric.hs Numeric.hs.unused; fi -- 1.7.10.4