haskell-wxc: noHaddock

This commit is contained in:
Eric Kow 2013-11-02 18:09:08 +00:00
parent b15bbdfa17
commit d1e8f9c047

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
cp -v dist/build/libwxc.so.${self.version} $out/lib/libwxc.so
'';
patches = [ ./fix-bogus-pointer-assignment.patch ];
noHaddock = true;
meta = {
homepage = "http://haskell.org/haskellwiki/WxHaskell";
description = "wxHaskell C++ wrapper";