[Pkg-haskell-commits] darcs: ghc: haddock needs ghc
Joachim Breitner
mail at joachim-breitner.de
Sat Jan 15 11:32:05 UTC 2011
Sat Jan 15 09:26:40 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* haddock needs ghc
Ignore-this: 8366ce18825f3e85560c320619ba46c2
M ./control -1 +1
Sat Jan 15 09:26:40 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* haddock needs ghc
Ignore-this: 8366ce18825f3e85560c320619ba46c2
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control 2011-01-15 11:32:05.578614248 +0000
+++ new-ghc/control 2011-01-15 11:32:05.598615301 +0000
@@ -82,7 +82,7 @@
Architecture: any
Provides: haddock
Conflicts: haddock
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ghc6, ${misc:Depends}, ${shlibs:Depends}
Homepage: http://www.haskell.org/haddock/
Description: Documentation tool for annotated Haskell source code
Haddock is a tool for automatically generating documentation from
More information about the Pkg-haskell-commits
mailing list