Updated Haskell packages.

- bson: updated to version 0.2.0
 - cpu: updated to version 0.1.1
 - defaults.nix: cosmetic
 - iteratee: updated to version 0.8.9.1
 - ListLike: updated to version 3.1.5
 - mongoDB: updated to version 1.3.0
 - packages.nix: cosmetic
 - stringsearch: added version 0.3.6.3
 - system-fileio: updated to version 0.3.8
 - wai-extra: updated to version 1.2.0.5

svn path=/nixpkgs/trunk/; revision=34517
This commit is contained in:
Peter Simons
2012-06-15 08:06:11 +00:00
parent 75cd74c72c
commit da350b93a2
10 changed files with 45 additions and 31 deletions

View File

@@ -1,17 +1,17 @@
{ cabal, binary, bson, cryptohash, liftedBase, monadControl, mtl
, network, parsec, random, randomShuffle, transformersBase
, network, parsec, random, randomShuffle, text, transformersBase
}:
cabal.mkDerivation (self: {
pname = "mongoDB";
version = "1.2.0";
sha256 = "0rffa13p889mxbbkj2bmqy3yada3mrhngvp8pp7qvrll1acm7s13";
version = "1.3.0";
sha256 = "1l6r55bicjdybn8jn9rp94aamjqy5j5qs2775m05aba8svsl4kma";
buildDepends = [
binary bson cryptohash liftedBase monadControl mtl network parsec
random randomShuffle transformersBase
random randomShuffle text transformersBase
];
meta = {
homepage = "http://github.com/TonyGen/mongoDB-haskell";
homepage = "http://github.com/selectel/mongodb-haskell";
description = "Driver (client) for MongoDB, a free, scalable, fast, document DBMS";
license = "unknown";
platforms = self.ghc.meta.platforms;