Re-generate Haskell packages with cabal2nix.

This commit is contained in:
Peter Simons
2014-10-03 19:36:21 +02:00
parent 3d26ea99dc
commit f0e9b680e8
30 changed files with 32 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ cabal.mkDerivation (self: {
meta = {
description = "Maps with stringy keys that can be transcoded to JSON and XML";
license = self.stdenv.lib.licenses.bsd3;
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
};
})