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

23 lines
733 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-03-07 23:13:22 +01:00
{ cabal, ansiTerminal, async, deepseq, mtl, optparseApplicative
, regexTdfaRc, stm, tagged, unboundedDelays
2013-08-21 10:18:45 +02:00
}:
cabal.mkDerivation (self: {
pname = "tasty";
version = "0.8.1.3";
sha256 = "0hc030ms89w3cl1k3r8nrym3g7sg2n66ch2ljg6d7fwhrsgxnagf";
2013-08-21 10:18:45 +02:00
buildDepends = [
ansiTerminal async deepseq mtl optparseApplicative regexTdfaRc stm
2014-03-07 23:13:22 +01:00
tagged unboundedDelays
2013-08-21 10:18:45 +02:00
];
meta = {
2014-03-07 23:13:22 +01:00
homepage = "http://documentup.com/feuerbach/tasty";
2013-08-21 10:18:45 +02: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 10:18:45 +02:00
};
})