haskell-hindent: mark broken

This commit is contained in:
Peter Simons 2014-10-13 19:41:35 +02:00
parent e594ae66fa
commit 927f51f720

View file

@ -13,5 +13,6 @@ cabal.mkDerivation (self: {
description = "Extensible Haskell pretty printer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})