haskell-hcltest: mark as broken
Latest version on hackage fails to build.
This commit is contained in:
parent
09c6d80ac0
commit
32fd92e7dc
@ -21,5 +21,7 @@ cabal.mkDerivation (self: {
|
|||||||
description = "A testing library for command line applications";
|
description = "A testing library for command line applications";
|
||||||
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…
x
Reference in New Issue
Block a user