Merge pull request #4975 from abbradar/strange-fix
colors: fix haskell package
This commit is contained in:
commit
095516a30b
@ -12,6 +12,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "A type for colors";
|
description = "A type for colors";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
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