From: Malcolm.Wallace@cs.york.ac.uk Date: Mon, 13 Aug 2007 11:28:55 +0000 (+0000) Subject: install Typeable.h for use by other packages X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=dc9be80ffeec1ddefcf772329ccdacae12a37ad4 install Typeable.h for use by other packages --- 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