nixpkgs/pkgs/development/libraries/haskell/hcltest/default.nix
Joachim Fasting 32fd92e7dc haskell-hcltest: mark as broken
Latest version on hackage fails to build.
2015-02-07 18:49:02 +00:00

28 lines
962 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, dlist, doctest, either, filepath, free, lens, mmorph
, monadControl, mtl, optparseApplicative, randomShuffle, split, stm
, tagged, tasty, temporary, text, transformers, transformersBase
}:
cabal.mkDerivation (self: {
pname = "hcltest";
version = "0.3.6";
sha256 = "145l3kfxi1slngcmh4dnn09hhpr5v6s5nppk0i5a5jzxpp2yx6sd";
buildDepends = [
dlist either filepath free lens mmorph monadControl mtl
optparseApplicative randomShuffle split stm tagged tasty temporary
text transformers transformersBase
];
testDepends = [ doctest filepath ];
jailbreak = true;
meta = {
homepage = "http://github.com/bennofs/hcltest/";
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;
};
})