3
0
Fork 0
forked from mirrors/nixpkgs

haskell-CouchDB: broken by recent 'network' 2.6.x update

This commit is contained in:
Peter Simons 2014-10-14 15:15:55 +02:00
parent 8c3757a24d
commit fc52022d25

View file

@ -15,5 +15,6 @@ cabal.mkDerivation (self: {
description = "CouchDB interface";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})