haskell-tasty-hspec: update to version 1.1
This commit is contained in:
parent
ddb15c1b10
commit
214cc5b554
@ -1,15 +1,16 @@
|
|||||||
# 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, hspec, QuickCheck, random, tasty, tastyQuickcheck
|
{ cabal, hspec, hspecCore, QuickCheck, random, tasty
|
||||||
, tastySmallcheck
|
, tastyQuickcheck, tastySmallcheck
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tasty-hspec";
|
pname = "tasty-hspec";
|
||||||
version = "0.2";
|
version = "1.1";
|
||||||
sha256 = "04qnmsyrlxgxf36lww3z6xkgpf6x5gprwrrwza3kcjl13wcm2rml";
|
sha256 = "15ly6jf4kgdc15k6b584d99j18xb41alas62gyakw5sf8y0y02i6";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
hspec QuickCheck random tasty tastyQuickcheck tastySmallcheck
|
hspec hspecCore QuickCheck random tasty tastyQuickcheck
|
||||||
|
tastySmallcheck
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/mitchellwrosen/tasty-hspec";
|
homepage = "http://github.com/mitchellwrosen/tasty-hspec";
|
||||||
@ -17,6 +18,5 @@ cabal.mkDerivation (self: {
|
|||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user