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;
};
})