haskell-tasty-rerun: broken by current version of 'tasty'

https://github.com/ocharles/tasty-rerun/issues/2
This commit is contained in:
Peter Simons 2014-09-12 10:55:19 +02:00
parent ab3ddfad93
commit e9619ed236

View file

@ -18,5 +18,6 @@ cabal.mkDerivation (self: {
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
broken = true;
};
})