mark wreq as broken, issue made upstream

breaks because of incompatibility with lens > 4.4
This commit is contained in:
Cray Elliott 2014-08-24 03:40:48 -07:00 committed by Peter Simons
parent 4903ec0281
commit 8e9ab29d43

View file

@ -24,6 +24,8 @@ cabal.mkDerivation (self: {
homepage = "http://www.serpentine.com/wreq";
description = "An easy-to-use HTTP client library";
license = self.stdenv.lib.licenses.bsd3;
broken = true;
hydraPlatforms = self.stdenv.lib.platforms.none;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
};