1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

haskell-colors: adopt package

This commit is contained in:
Mateusz Kowalczyk 2014-11-13 13:54:28 +00:00
parent 65ef7d534d
commit 9eb29a601c

View file

@ -12,5 +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 ];
};
})