Re-generate Haskell expressions with latest cabal2nix.

This commit is contained in:
Peter Simons
2014-08-09 13:48:22 +02:00
parent 01a059ee80
commit 5ebc4d829b
144 changed files with 144 additions and 144 deletions

View File

@@ -11,6 +11,6 @@ cabal.mkDerivation (self: {
description = "Process libraries";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.thoughtpolice ];
maintainers = with self.stdenv.lib.maintainers; [ thoughtpolice ];
};
})