mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
haskell-tasty: update to version 0.6
This commit is contained in:
parent
b18a2b580e
commit
eb8244fe3e
@ -1,13 +1,14 @@
|
||||
{ cabal, ansiTerminal, deepseq, mtl, optparseApplicative
|
||||
{ cabal, ansiTerminal, deepseq, either, mtl, optparseApplicative
|
||||
, regexPosix, stm, tagged
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tasty";
|
||||
version = "0.5.2.1";
|
||||
sha256 = "0dph1c0j2vjvzf5csp6hwlcx2zqa12yqrafk6pxs8bnd3r9a11ym";
|
||||
version = "0.6";
|
||||
sha256 = "00mf8pxwingzywnzgh7dypask1spp18kpiwqjbf1y11dqbs6ib6w";
|
||||
buildDepends = [
|
||||
ansiTerminal deepseq mtl optparseApplicative regexPosix stm tagged
|
||||
ansiTerminal deepseq either mtl optparseApplicative regexPosix stm
|
||||
tagged
|
||||
];
|
||||
meta = {
|
||||
description = "Modern and extensible testing framework";
|
||||
|
Loading…
Reference in New Issue
Block a user