haskell-SDL: mark package broken

Doesn't compile with GHC 7.8.3:

  Graphics/UI/SDL/Events.hsc:56:23:
      Module ‘Data.Typeable’ does not export ‘Typeable(typeOf)’
This commit is contained in:
Peter Simons 2014-08-09 14:49:24 +02:00
parent 7926b587c3
commit d6ef531c88

View file

@ -11,5 +11,7 @@ cabal.mkDerivation (self: {
description = "Binding to libSDL";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})