mark wreq as broken, issue made upstream
breaks because of incompatibility with lens > 4.4
This commit is contained in:
parent
4903ec0281
commit
8e9ab29d43
1 changed files with 2 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue