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