mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
haskell-mtl: don't build old versions of this package with a recent GHC
This commit is contained in:
parent
f31e42faa9
commit
b2d870309d
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
||||
description = "Monad classes, using functional dependencies";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user