mark json-assertions as broken for now

needs lens-aeson package and upper bounds bump
This commit is contained in:
Cray Elliott 2014-08-24 03:50:11 -07:00 committed by Peter Simons
parent eec2160026
commit 81a67653d2

View File

@ -10,6 +10,8 @@ cabal.mkDerivation (self: {
meta = {
homepage = "http://github.com/ocharles/json-assertions.git";
description = "Test that your (Aeson) JSON encoding matches your expectations";
broken = true;
hydraPlatforms = self.stdenv.lib.platforms.none;
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];