haskell-docs: broken by the recent update to Haddock 2.15
This commit is contained in:
parent
baa186c020
commit
3129fb3a11
@ -20,5 +20,7 @@ cabal.mkDerivation (self: {
|
|||||||
description = "A program to find and display the docs and type of a name";
|
description = "A program to find and display the docs and type of a name";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user