mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
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!
|
||||
|
||||
{ cabal, hspec, QuickCheck, random, tasty, tastyQuickcheck
|
||||
, tastySmallcheck
|
||||
{ cabal, hspec, hspecCore, QuickCheck, random, tasty
|
||||
, tastyQuickcheck, tastySmallcheck
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tasty-hspec";
|
||||
version = "0.2";
|
||||
sha256 = "04qnmsyrlxgxf36lww3z6xkgpf6x5gprwrrwza3kcjl13wcm2rml";
|
||||
version = "1.1";
|
||||
sha256 = "15ly6jf4kgdc15k6b584d99j18xb41alas62gyakw5sf8y0y02i6";
|
||||
buildDepends = [
|
||||
hspec QuickCheck random tasty tastyQuickcheck tastySmallcheck
|
||||
hspec hspecCore QuickCheck random tasty tastyQuickcheck
|
||||
tastySmallcheck
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/mitchellwrosen/tasty-hspec";
|
||||
@ -17,6 +18,5 @@ cabal.mkDerivation (self: {
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user