haskell-docs: broken by the recent update to Haddock 2.15

This commit is contained in:
Peter Simons 2014-09-01 16:10:06 +02:00
parent baa186c020
commit 3129fb3a11

View file

@ -20,5 +20,7 @@ cabal.mkDerivation (self: {
description = "A program to find and display the docs and type of a name";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})