nixpkgs/pkgs/development/libraries/haskell/tasty/default.nix

23 lines
743 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-03-07 22:13:22 +00:00
{ cabal, ansiTerminal, async, deepseq, mtl, optparseApplicative
2014-09-11 15:02:49 +00:00
, regexTdfaRc, stm, tagged, time, unboundedDelays
2013-08-21 08:18:45 +00:00
}:
cabal.mkDerivation (self: {
pname = "tasty";
version = "0.10.1";
sha256 = "1l8ah7018f3m8css56h59fcly1jhanm5wd0hbgm8mg6pn7rrjml5";
2013-08-21 08:18:45 +00:00
buildDepends = [
ansiTerminal async deepseq mtl optparseApplicative regexTdfaRc stm
2014-09-11 15:02:49 +00:00
tagged time unboundedDelays
2013-08-21 08:18:45 +00:00
];
meta = {
2014-03-07 22:13:22 +00:00
homepage = "http://documentup.com/feuerbach/tasty";
2013-08-21 08:18:45 +00:00
description = "Modern and extensible testing framework";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
2013-08-21 08:18:45 +00:00
};
})