haddock: disable 'doCheck' to avoid compilation errors
The test-suite stanza is incomplete.
This commit is contained in:
parent
24dcf491fc
commit
1fac9c5a41
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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=\")"
|
||||
|
@ -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=\")"
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user