Re-generate Haskell expressions with latest cabal2nix.
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user