forked from mirrors/nixpkgs
haskell-CouchDB: broken by recent 'network' 2.6.x update
This commit is contained in:
parent
8c3757a24d
commit
fc52022d25
|
@ -15,5 +15,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "CouchDB interface";
|
description = "CouchDB interface";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue