~ubuntu-branches/ubuntu/warty/happy/warty

« back to all changes in this revision

Viewing changes to debian/patches/happy_src_clean.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Ian Lynagh (wibble)
  • Date: 2004-04-03 15:51:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040403155147-47pwz4txfls12i4q
Tags: 1.13-0tarball-5
Fix pragmas (missing #) in Parser.hs as recent GHCs were barfing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- happy-1.9/happy/src/Makefile.orig   Fri Dec 22 22:41:14 2000
2
 
+++ happy-1.9/happy/src/Makefile        Fri Dec 22 22:43:30 2000
3
 
@@ -92,5 +92,7 @@
4
 
        $(MAKE) INSTALLING=0 BIN_DIST=0 $(MFLAGS) $@
5
 
 endif
6
 
 
7
 
+MOSTLY_CLEAN_FILES += Parser.hs
8
 
+
9
 
 include $(TOP)/mk/target.mk
10