nixpkgs-suyu/pkgs/development/libraries/haskell/hcltest/default.nix

27 lines
942 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-05-05 21:44:28 +02:00
{ 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.4";
sha256 = "0p8skabp6z4i5xr22qxk1sij2ayla2iqylvlzxfxa8yw1fxs8wsq";
2014-05-05 21:44:28 +02:00
buildDepends = [
dlist either filepath free lens mmorph monadControl mtl
optparseApplicative randomShuffle split stm tagged tasty temporary
text transformers transformersBase
];
testDepends = [ doctest filepath ];
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;
2014-05-05 21:44:28 +02:00
};
})