2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-12-20 10:45:55 +01:00
|
|
|
{ cabal, binary, bson, cryptohash, hashtables, liftedBase
|
|
|
|
, monadControl, mtl, network, parsec, random, randomShuffle, text
|
|
|
|
, transformersBase
|
2011-12-14 08:57:52 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "mongoDB";
|
2014-07-22 12:22:02 +02:00
|
|
|
version = "2.0.2";
|
|
|
|
sha256 = "02xq80jcrrp41gzzg7008spw3npj6iz3gcf1bkj4cf8vjs44nplf";
|
2011-12-14 08:57:52 +01:00
|
|
|
buildDepends = [
|
2013-12-20 10:45:55 +01:00
|
|
|
binary bson cryptohash hashtables liftedBase monadControl mtl
|
|
|
|
network parsec random randomShuffle text transformersBase
|
2011-12-14 08:57:52 +01:00
|
|
|
];
|
|
|
|
meta = {
|
2014-07-22 12:22:02 +02:00
|
|
|
homepage = "https://github.com/mongodb-haskell/mongodb";
|
2011-12-14 08:57:52 +01:00
|
|
|
description = "Driver (client) for MongoDB, a free, scalable, fast, document DBMS";
|
|
|
|
license = "unknown";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-12-14 08:57:52 +01:00
|
|
|
};
|
|
|
|
})
|