haskell-hspec-meta: update to version 1.9.0
This commit is contained in:
parent
d225486c0b
commit
6eae14cc26
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
{ cabal, ansiTerminal, deepseq, filepath, hspecExpectations, HUnit
|
||||
, QuickCheck, quickcheckIo, random, setenv, time, transformers
|
||||
, QuickCheck, quickcheckIo, random, setenv, tfRandom, time
|
||||
, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hspec-meta";
|
||||
version = "1.8.3";
|
||||
sha256 = "12d254snnv8i1qqybsp6yzbqdxjf1wx8d29ja3lazb3kx12qwawd";
|
||||
version = "1.9.0";
|
||||
sha256 = "1jvx748aay8ln23p382y03gk6hc19f3z62za4326i0d3cyapfqdv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
ansiTerminal deepseq filepath hspecExpectations HUnit QuickCheck
|
||||
quickcheckIo random setenv time transformers
|
||||
quickcheckIo random setenv tfRandom time transformers
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue