mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
colors: fix haskell package
This commit is contained in:
parent
9eb29a601c
commit
bae3b106ca
@ -12,6 +12,6 @@ cabal.mkDerivation (self: {
|
||||
description = "A type for colors";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user