haskell-transformers-compat: don't build version 0.3.3.4 on Hydra; the package requires a newer version of transformers than we can offer

This commit is contained in:
Peter Simons 2014-08-16 18:01:20 +02:00
parent 0f78da8878
commit 6a540466a0

View File

@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
description = "A small compatibility shim exposing the new types from transformers 0.3 and 0.4 to older Haskell platforms.";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})