haskell-parsers: remove old versions

This commit is contained in:
Mathijs Kwik 2014-03-01 20:04:04 +01:00
parent 13f8c07b54
commit cba5d36df1
3 changed files with 1 additions and 20 deletions

View file

@ -1,17 +0,0 @@
{ cabal, charset, doctest, filepath, text, transformers
, unorderedContainers
}:
cabal.mkDerivation (self: {
pname = "parsers";
version = "0.9";
sha256 = "04lbayvdv2hax4s9sqlnia7jpzv1sgls41ylql0xbi2zhz5rvyyi";
buildDepends = [ charset text transformers unorderedContainers ];
testDepends = [ doctest filepath ];
meta = {
homepage = "http://github.com/ekmett/parsers/";
description = "Parsing combinators";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View file

@ -1880,9 +1880,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
parsec3 = self.parsec_3_1_5;
parsec = self.parsec3;
parsers_0_9 = callPackage ../development/libraries/haskell/parsers/0.9.nix {};
parsers_0_10_3 = callPackage ../development/libraries/haskell/parsers/0.10.3.nix {};
parsers = self.parsers_0_10_3;
parsers = callPackage ../development/libraries/haskell/parsers {};
parsimony = callPackage ../development/libraries/haskell/parsimony {};