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:
Peter Simons 2014-08-11 14:29:30 +02:00
parent 1c00790795
commit 91a5acf87d

View file

@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
description = "Bindings to the editline library (libedit)";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})