summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/mongoDB/default.nix
blob: 3523749dab7567f9776a8f5d486f3581a27bc9b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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;
  };
})