2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 21:09:07 +00:00
|
|
|
{ cabal, binary, cryptohash, dataBinaryIeee754, mtl, network
|
|
|
|
, QuickCheck, testFramework, testFrameworkQuickcheck2, text, time
|
2011-12-14 07:57:52 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "bson";
|
2014-08-12 09:47:47 +01:00
|
|
|
version = "0.3.1";
|
|
|
|
sha256 = "1kihsjws8sqb44gvilh1zxrqn2bml8gxq2bbanxqb7nr4ymwfkiv";
|
2011-12-14 07:57:52 +00:00
|
|
|
buildDepends = [
|
2012-06-15 09:06:11 +01:00
|
|
|
binary cryptohash dataBinaryIeee754 mtl network text time
|
2011-12-14 07:57:52 +00:00
|
|
|
];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
|
|
|
binary cryptohash dataBinaryIeee754 mtl network QuickCheck
|
|
|
|
testFramework testFrameworkQuickcheck2 text time
|
|
|
|
];
|
2013-03-21 20:26:03 +00:00
|
|
|
doCheck = false;
|
2011-12-14 07:57:52 +00:00
|
|
|
meta = {
|
2014-08-12 09:47:47 +01:00
|
|
|
homepage = "http://github.com/mongodb-haskell/bson";
|
2011-12-14 07:57:52 +00:00
|
|
|
description = "BSON documents are JSON-like objects with a standard binary encoding";
|
|
|
|
license = "unknown";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|