haskell-bson: update to version 0.3.1
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "bson";
|
pname = "bson";
|
||||||
version = "0.3";
|
version = "0.3.1";
|
||||||
sha256 = "0787z6970lf93mgrsyqcilnkx5bynny88ag15z2f07l1rhva6ac4";
|
sha256 = "1kihsjws8sqb44gvilh1zxrqn2bml8gxq2bbanxqb7nr4ymwfkiv";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary cryptohash dataBinaryIeee754 mtl network text time
|
binary cryptohash dataBinaryIeee754 mtl network text time
|
||||||
];
|
];
|
||||||
@@ -17,7 +17,7 @@ cabal.mkDerivation (self: {
|
|||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/selectel/bson-haskell";
|
homepage = "http://github.com/mongodb-haskell/bson";
|
||||||
description = "BSON documents are JSON-like objects with a standard binary encoding";
|
description = "BSON documents are JSON-like objects with a standard binary encoding";
|
||||||
license = "unknown";
|
license = "unknown";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|||||||
Reference in New Issue
Block a user