haskell-editline: this package is broken with GHC 7.8.3
We keep it around only for the sake of Haskell Platform 2009.2.0.2.
This commit is contained in:
parent
1c00790795
commit
91a5acf87d
|
@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "Bindings to the editline library (libedit)";
|
description = "Bindings to the editline library (libedit)";
|
||||||
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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue