haskell-tasty-rerun: broken by current version of 'tasty'
https://github.com/ocharles/tasty-rerun/issues/2
This commit is contained in:
parent
ab3ddfad93
commit
e9619ed236
|
@ -18,5 +18,6 @@ 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…
Reference in New Issue