18250b97ae
had added him earlier.
23 lines
745 B
Nix
23 lines
745 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, bson, cryptohash, hashtables, liftedBase
|
|
, monadControl, mtl, network, parsec, random, randomShuffle, text
|
|
, transformersBase
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "mongoDB";
|
|
version = "2.0.3";
|
|
sha256 = "1blqd30mw9fl861f07zn7az4psl9byjjbd986884p6rx07m28abk";
|
|
buildDepends = [
|
|
binary bson cryptohash hashtables liftedBase monadControl mtl
|
|
network parsec random randomShuffle text transformersBase
|
|
];
|
|
meta = {
|
|
homepage = "https://github.com/mongodb-haskell/mongodb";
|
|
description = "Driver (client) for MongoDB, a free, scalable, fast, document DBMS";
|
|
license = "unknown";
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|