haskell-happstack-hamlet: mark as broken

No upstream version supports happstack-server >= 7.4
This commit is contained in:
Joachim Fasting 2015-02-18 06:37:52 +00:00
parent 9cc3a7771c
commit fbe66014ab

View File

@ -12,5 +12,7 @@ cabal.mkDerivation (self: {
description = "Support for Hamlet HTML templates in Happstack";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})