Mark yi and yi-contrib as broken

They no longer build with lens v4.4.0.1 and up
This commit is contained in:
Cray Elliott 2014-08-24 03:30:21 -07:00 committed by Peter Simons
parent af49e4a2b0
commit 5ec6492ea0
2 changed files with 4 additions and 0 deletions

View File

@ -13,7 +13,9 @@ cabal.mkDerivation (self: {
homepage = "http://haskell.org/haskellwiki/Yi";
description = "Add-ons to Yi, the Haskell-Scriptable Editor";
license = "GPL";
broken = true;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
};
})

View File

@ -58,6 +58,8 @@ cabal.mkDerivation (self: {
description = "The Haskell-Scriptable Editor";
license = self.stdenv.lib.licenses.gpl2;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
maintainers = [ self.stdenv.lib.maintainers.fuuzetsu ];
broken = true;
};
})