1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00
nixpkgs/pkgs/development/libraries/haskell/hcltest/default.nix
2014-07-22 14:20:58 +02:00

25 lines
870 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.3";
sha256 = "191fpvcr5hg902akcvq9wcsy801drqwrl7xqk0bqy003ffrv4228";
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;
};
})