HaRe: don't build this with Hydra; the build is broken because of missing dependencies

This commit is contained in:
Peter Simons 2014-08-09 00:29:42 +02:00
parent cc476c02bd
commit faa33d58ce

View file

@ -30,6 +30,7 @@ cabal.mkDerivation (self: {
description = "the Haskell Refactorer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})