3
0
Fork 0
forked from mirrors/nixpkgs

haskell-aeson-0.7.0.6: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-08-11 12:35:24 +02:00
parent 883f11f462
commit b5a1d3d16a

View file

@ -23,5 +23,6 @@ cabal.mkDerivation (self: {
description = "Fast JSON parsing and encoding";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})