haskell-pool-conduit: mark as broken

Fails to build, deprecated.
This commit is contained in:
Joachim Fasting 2015-02-18 06:41:09 +00:00
parent 45b9432f82
commit b3bacd4d0c

View file

@ -14,5 +14,7 @@ cabal.mkDerivation (self: {
description = "Resource pool allocations via ResourceT. (deprecated)"; description = "Resource pool allocations via ResourceT. (deprecated)";
license = self.stdenv.lib.licenses.mit; license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
}; };
}) })