haddock: disable 'doCheck' to avoid compilation errors

The test-suite stanza is incomplete.
This commit is contained in:
Peter Simons 2013-02-24 22:21:54 +01:00
parent fa5babd47d
commit 6d212a9129
8 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ Cabal filepath ghcPaths xhtml ];
testDepends = [ Cabal filepath ];
buildTools = [ alex happy ];
doCheck = false;
meta = {
homepage = "http://www.haskell.org/haddock/";
description = "A documentation-generation tool for Haskell libraries";

View File

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ Cabal filepath ghcPaths xhtml ];
testDepends = [ Cabal filepath ];
buildTools = [ alex happy ];
doCheck = false;
meta = {
homepage = "http://www.haskell.org/haddock/";
description = "A documentation-generation tool for Haskell libraries";

View File

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ];
testDepends = [ Cabal filepath ];
buildTools = [ alex happy ];
doCheck = false;
meta = {
homepage = "http://www.haskell.org/haddock/";
description = "A documentation-generation tool for Haskell libraries";

View File

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ Cabal deepseq filepath ghcPaths xhtml ];
testDepends = [ Cabal filepath ];
buildTools = [ alex happy ];
doCheck = false;
meta = {
homepage = "http://www.haskell.org/haddock/";
description = "A documentation-generation tool for Haskell libraries";

View File

@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
isExecutable = true;
buildDepends = [ Cabal filepath ghcPaths ];
buildTools = [ alex happy ];
doCheck = false;
meta = {
homepage = "http://www.haskell.org/haddock/";
description = "A documentation-generation tool for Haskell libraries";

View File

@ -7,6 +7,7 @@ cabal.mkDerivation (self : {
sha256 = "4eaaaf62785f0ba3d37ba356cfac4679faef91c0902d8cdbf42837cbe5daab82";
extraBuildInputs = [alex happy makeWrapper];
propagatedBuildInputs = [ghcPaths];
doCheck = false;
postInstall = ''
wrapProgram $out/bin/haddock --add-flags "\$(${self.ghc.GHCGetPackages} ${self.ghc.ghcVersion} \"\$(dirname \$0)\" \"--optghc=-package-conf --optghc=\")"

View File

@ -7,6 +7,7 @@ cabal.mkDerivation (self : {
sha256 = "189vvp173pqc69zgzqqx6vyhvsc13p1s86ql60rs1j5qlhh8ajg8";
extraBuildInputs = [alex happy makeWrapper];
propagatedBuildInputs = [ghcPaths xhtml];
doCheck = false;
postInstall = ''
wrapProgram $out/bin/haddock --add-flags "\$(${self.ghc.GHCGetPackages} ${self.ghc.ghcVersion} \"\$(dirname \$0)\" \"--optghc=-package-conf --optghc=\")"

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
buildDepends = [ Cabal filepath ghcPaths xhtml ];
testDepends = [ Cabal filepath regexCompat ];
buildTools = [ alex happy ];
doCheck = false;
meta = {
homepage = "http://www.haskell.org/haddock/";
description = "A documentation-generation tool for Haskell libraries";