summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/colors/default.nix
blob: 167637863ef8efdf6988df3f8e78d4de5bcf2f20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, profunctors }:

cabal.mkDerivation (self: {
  pname = "colors";
  version = "0.2.0.1";
  sha256 = "0xl7hdp1di8gl0g28vz2lm6pbj7hihdkfnr18843016736hll4qn";
  buildDepends = [ profunctors ];
  meta = {
    homepage = "https://github.com/fumieval/colors";
    description = "A type for colors";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
  };
})