haskell-hspec: update to version 1.11.1
This commit is contained in:
parent
b3fd136c18
commit
3c150866f4
@ -1,14 +1,14 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, ansiTerminal, async, deepseq, doctest, filepath, ghcPaths
|
{ cabal, ansiTerminal, async, deepseq, filepath, ghcPaths
|
||||||
, hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
|
, hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
|
||||||
, random, setenv, silently, tfRandom, time, transformers
|
, random, setenv, silently, tfRandom, time, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hspec";
|
pname = "hspec";
|
||||||
version = "1.11.0";
|
version = "1.11.1";
|
||||||
sha256 = "1hkflasm7w9z0b1c1mq3rl5pq05np27sz3p2s61bick371qi9zsf";
|
sha256 = "146d34pmjrynzsz84h1b7savhswk7nm18x7413f8awmplmnfpmny";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -16,14 +16,14 @@ cabal.mkDerivation (self: {
|
|||||||
QuickCheck quickcheckIo random setenv tfRandom time transformers
|
QuickCheck quickcheckIo random setenv tfRandom time transformers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
ansiTerminal async deepseq doctest filepath ghcPaths
|
ansiTerminal async deepseq filepath ghcPaths hspecExpectations
|
||||||
hspecExpectations hspecMeta HUnit QuickCheck quickcheckIo random
|
hspecMeta HUnit QuickCheck quickcheckIo random setenv silently
|
||||||
setenv silently tfRandom time transformers
|
tfRandom time transformers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hspec.github.io/";
|
homepage = "http://hspec.github.io/";
|
||||||
description = "Behavior-Driven Development for Haskell";
|
description = "A Testing Framework for Haskell";
|
||||||
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