[Pkg-haskell-commits] darcs: ghc: Pass -X.txt in the right spot
Joachim Breitner
mail at joachim-breitner.de
Mon Oct 8 13:35:51 UTC 2012
Mon Oct 8 12:58:38 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Pass -X.txt in the right spot
Ignore-this: 6d32ee3c673656c19840892bdaae7706
M ./rules -1 +1
Mon Oct 8 12:58:38 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Pass -X.txt in the right spot
Ignore-this: 6d32ee3c673656c19840892bdaae7706
diff -rN -u old-ghc//rules new-ghc//rules
--- old-ghc//rules 2012-10-08 13:35:50.970722730 +0000
+++ new-ghc//rules 2012-10-08 13:35:51.006723410 +0000
@@ -331,7 +331,7 @@
dh_installmenu -i
dh_installman -i
dh_link -i
- dh_compress -X.haddock -i
+ dh_compress -X.haddock -X.txt -a
dh_fixperms -i
dh_installdeb -i
dh_gencontrol -i
More information about the Pkg-haskell-commits
mailing list