haskell-json: dropped obsolete version 0.4.4

svn path=/nixpkgs/trunk/; revision=32161
This commit is contained in:
Peter Simons 2012-02-09 14:38:01 +00:00
parent 3a4595d679
commit 24ff52e62e
3 changed files with 1 additions and 20 deletions

View File

@ -1,17 +0,0 @@
{ cabal, mtl, parsec, syb }:
cabal.mkDerivation (self: {
pname = "json";
version = "0.4.4";
sha256 = "102qmz55b2mgcca3q1c2pkcr6hz7kmpldad3f6blhmp1cz15f081";
buildDepends = [ mtl parsec syb ];
meta = {
description = "Support for serialising Haskell to and from JSON";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})

View File

@ -927,9 +927,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
WebBitsHtml = self.WebBitsHtml_1_0_1;
};
json_0_4_4 = callPackage ../development/libraries/haskell/json/0.4.4.nix {};
json_0_5 = callPackage ../development/libraries/haskell/json/0.5.nix {};
json = self.json_0_4_4;
json = callPackage ../development/libraries/haskell/json {};
jsonEnumerator = callPackage ../development/libraries/haskell/jsonEnumerator {};