haskell-hcltest: mark "broken"

Can't deal with lens 4.4: http://hydra.cryp.to/build/180379/nixlog/1/raw
This commit is contained in:
Peter Simons 2014-08-24 14:44:48 +02:00
parent cd274d60b2
commit 7287a9fd84

View File

@ -20,5 +20,7 @@ cabal.mkDerivation (self: {
description = "A testing library for command line applications";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})