haskell-packages.nix: fixed obsolete reference to json_0_5 attribute

svn path=/nixpkgs/trunk/; revision=32163
This commit is contained in:
Peter Simons 2012-02-09 14:41:36 +00:00
parent 1e8e60da41
commit bfd1783a06

View file

@ -632,9 +632,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
downloadCurl = callPackage ../development/libraries/haskell/download-curl { tagsoup = self.tagsoup_0_10_1; };
DSH = callPackage ../development/libraries/haskell/DSH {
json = self.json_0_5;
};
DSH = callPackage ../development/libraries/haskell/DSH {};
dstring = callPackage ../development/libraries/haskell/dstring {};