haskell-cgi: mark as broken

Typeable stuff, https://github.com/andersk/haskell-cgi/issues/8
This commit is contained in:
Mateusz Kowalczyk 2014-08-10 23:13:01 +02:00 committed by Peter Simons
parent 83f532fdfd
commit 10b85e6a46

View File

@ -12,5 +12,7 @@ cabal.mkDerivation (self: {
description = "A library for writing CGI programs"; description = "A library for writing CGI programs";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
}; };
}) })