haskell-wreq: broken, presumably by recent lens update

http://hydra.cryp.to/build/213420/nixlog/1/raw
This commit is contained in:
Peter Simons 2014-11-01 16:55:19 +01:00
parent 344195b3e0
commit 0e09af7ddb

View File

@ -27,5 +27,6 @@ cabal.mkDerivation (self: {
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
broken = true;
};
})