[Pkg-haskell-commits] darcs: ghc: Refresh no-missing-haddock-file-warning
Joachim Breitner
mail at joachim-breitner.de
Mon Oct 8 12:01:05 UTC 2012
Mon Oct 8 11:13:33 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Refresh no-missing-haddock-file-warning
Ignore-this: b079875d49a29ede02bc6017451f9fb2
M ./patches/no-missing-haddock-file-warning -4 +6
Mon Oct 8 11:13:33 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Refresh no-missing-haddock-file-warning
Ignore-this: b079875d49a29ede02bc6017451f9fb2
diff -rN -u old-ghc//patches/no-missing-haddock-file-warning new-ghc//patches/no-missing-haddock-file-warning
--- old-ghc//patches/no-missing-haddock-file-warning 2012-10-08 12:01:04.902227787 +0000
+++ new-ghc//patches/no-missing-haddock-file-warning 2012-10-08 12:01:04.958226639 +0000
@@ -3,9 +3,11 @@
without the -doc package.
Author: Joachim Breitner <nomeata at debian.org>
---- ghc-7.4.1.orig/utils/ghc-pkg/Main.hs
-+++ ghc-7.4.1/utils/ghc-pkg/Main.hs
-@@ -1346,8 +1346,10 @@ checkPackageConfig pkg db_stack auto_ghc
+Index: ghc-7.6.1/utils/ghc-pkg/Main.hs
+===================================================================
+--- ghc-7.6.1.orig/utils/ghc-pkg/Main.hs 2012-09-04 19:10:15.000000000 +0200
++++ ghc-7.6.1/utils/ghc-pkg/Main.hs 2012-10-08 13:13:25.447872995 +0200
+@@ -1362,8 +1362,10 @@
mapM_ (checkDir True "library-dirs") (libraryDirs pkg)
mapM_ (checkDir True "include-dirs") (includeDirs pkg)
mapM_ (checkDir True "framework-dirs") (frameworkDirs pkg)
@@ -16,5 +18,5 @@
+ -- mapM_ (checkFile True "haddock-interfaces") (haddockInterfaces pkg)
+ -- mapM_ (checkDirURL True "haddock-html") (haddockHTMLs pkg)
checkModules pkg
- mapM_ (checkHSLib (libraryDirs pkg) auto_ghci_libs) (hsLibraries pkg)
+ mapM_ (checkHSLib verbosity (libraryDirs pkg) auto_ghci_libs) (hsLibraries pkg)
-- ToDo: check these somehow?
More information about the Pkg-haskell-commits
mailing list