nixpkgs/pkgs/development/libraries/haskell/tasty/default.nix
2014-09-14 00:06:40 +02:00

23 lines
741 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, ansiTerminal, async, deepseq, mtl, optparseApplicative
, regexTdfaRc, stm, tagged, time, unboundedDelays
}:
cabal.mkDerivation (self: {
pname = "tasty";
version = "0.10";
sha256 = "1va9rj6k0v8mdkqbgjvn5rcaf2zp785ihfr4b5j87xzaiw32m1l6";
buildDepends = [
ansiTerminal async deepseq mtl optparseApplicative regexTdfaRc stm
tagged time unboundedDelays
];
meta = {
homepage = "http://documentup.com/feuerbach/tasty";
description = "Modern and extensible testing framework";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
};
})