haskell-fclabels: disable the Haddock documentation to fix the build
https://github.com/sebastiaanvisser/fclabels/issues/20
This commit is contained in:
parent
dc1d57e3d3
commit
025995edaf
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "1.1.7";
|
version = "1.1.7";
|
||||||
sha256 = "0mk75fk3c4ilb2hmz972ymv1pkzxp6010mlma7hw1l13dfy0hy9v";
|
sha256 = "0mk75fk3c4ilb2hmz972ymv1pkzxp6010mlma7hw1l13dfy0hy9v";
|
||||||
buildDepends = [ mtl transformers ];
|
buildDepends = [ mtl transformers ];
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/sebastiaanvisser/fclabels";
|
homepage = "https://github.com/sebastiaanvisser/fclabels";
|
||||||
description = "First class accessor labels";
|
description = "First class accessor labels";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user