haskell-tasty: update to version 0.8
This commit is contained in:
parent
6448f24c9a
commit
459b9bfd12
@ -1,16 +1,17 @@
|
|||||||
{ cabal, ansiTerminal, deepseq, either, mtl, optparseApplicative
|
{ cabal, ansiTerminal, async, deepseq, mtl, optparseApplicative
|
||||||
, regexTdfa, stm, tagged
|
, regexTdfa, stm, tagged, unboundedDelays
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tasty";
|
pname = "tasty";
|
||||||
version = "0.7";
|
version = "0.8";
|
||||||
sha256 = "0nwhbbm70v2drv6kzdz65wws7gn8ph6583xpb6dw8g4j9aa1shxd";
|
sha256 = "12r8ml45r1dq3vmjkibxkla5rmmyrm11js26kmkha110ji8hnflg";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal deepseq either mtl optparseApplicative regexTdfa stm
|
ansiTerminal async deepseq mtl optparseApplicative regexTdfa stm
|
||||||
tagged
|
tagged unboundedDelays
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://documentup.com/feuerbach/tasty";
|
||||||
description = "Modern and extensible testing framework";
|
description = "Modern and extensible testing framework";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user