Renamed default version of haskell json into a version-specific file.

svn path=/nixpkgs/trunk/; revision=28498
This commit is contained in:
Peter Simons 2011-08-12 00:18:32 +00:00
parent f9200097ae
commit 82ee2c9c11
2 changed files with 2 additions and 2 deletions

View File

@ -783,9 +783,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
WebBits = self.WebBits_1_0;
};
json = callPackage ../development/libraries/haskell/json {};
json_0_3_6 = callPackage ../development/libraries/haskell/json/0.3.6.nix {};
json_0_4_4 = callPackage ../development/libraries/haskell/json/0.4.4.nix {};
json = self.json_0_4_4;
jsonEnumerator = callPackage ../development/libraries/haskell/jsonEnumerator {};