Merge pull request #1163 from kowey/haskell-wx

haskell-wxc: noHaddock
This commit is contained in:
Peter Simons 2013-11-04 04:08:00 -08:00
commit ddbb72c34d

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";