Dropped obsolete Haskell packages attoparsec-text and attoparsec-text-enumerator.

svn path=/nixpkgs/trunk/; revision=30684
This commit is contained in:
Peter Simons 2011-12-02 11:46:33 +00:00
parent 03b8dad4b9
commit 36c7f3d280
3 changed files with 0 additions and 39 deletions

View file

@ -1,17 +0,0 @@
{ cabal, attoparsecText, enumerator, text }:
cabal.mkDerivation (self: {
pname = "attoparsec-text-enumerator";
version = "0.2.0.0";
sha256 = "149ipf5qh7wzjrnv98h6j94djr0ndzg8s4rs8h7kzbii21ynmzz5";
buildDepends = [ attoparsecText enumerator text ];
meta = {
description = "Convert an attoparsec-text parser into an iteratee";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})

View file

@ -1,18 +0,0 @@
{ cabal, attoparsec, text }:
cabal.mkDerivation (self: {
pname = "attoparsec-text";
version = "0.8.5.1";
sha256 = "1in0ziqjf2hvlv6yay2b5xkm35j1szzwdfapn5mpflv64qi33i0z";
buildDepends = [ attoparsec text ];
meta = {
homepage = "http://patch-tag.com/r/felipe/attoparsec-text/home";
description = "Fast combinator parsing for texts";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})

View file

@ -384,10 +384,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
attoparsecEnumerator = callPackage ../development/libraries/haskell/attoparsec/enumerator.nix {};
attoparsecText = callPackage ../development/libraries/haskell/attoparsec-text {};
attoparsecTextEnumerator = callPackage ../development/libraries/haskell/attoparsec-text-enumerator {};
authenticate = callPackage ../development/libraries/haskell/authenticate {};
base16Bytestring = callPackage ../development/libraries/haskell/base16-bytestring {};