haskell-tasty: update to version 0.10
This commit is contained in:
parent
b27484fdcb
commit
d590d8b77f
@ -1,16 +1,16 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, ansiTerminal, async, deepseq, mtl, optparseApplicative
|
||||
, regexTdfaRc, stm, tagged, unboundedDelays
|
||||
, regexTdfaRc, stm, tagged, time, unboundedDelays
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tasty";
|
||||
version = "0.8.1.3";
|
||||
sha256 = "0hc030ms89w3cl1k3r8nrym3g7sg2n66ch2ljg6d7fwhrsgxnagf";
|
||||
version = "0.10";
|
||||
sha256 = "1va9rj6k0v8mdkqbgjvn5rcaf2zp785ihfr4b5j87xzaiw32m1l6";
|
||||
buildDepends = [
|
||||
ansiTerminal async deepseq mtl optparseApplicative regexTdfaRc stm
|
||||
tagged unboundedDelays
|
||||
tagged time unboundedDelays
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://documentup.com/feuerbach/tasty";
|
||||
|
Loading…
Reference in New Issue
Block a user