haskell-aeson-0.7.0.6: re-generate with cabal2nix
This commit is contained in:
parent
883f11f462
commit
b5a1d3d16a
1 changed files with 1 additions and 0 deletions
|
@ -23,5 +23,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "Fast JSON parsing and encoding";
|
description = "Fast JSON parsing and encoding";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue