18250b97ae
had added him earlier.
16 lines
450 B
Nix
16 lines
450 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "colour";
|
|
version = "2.3.3";
|
|
sha256 = "1qmn1778xzg07jg9nx4k1spdz2llivpblf6wwrps1qpqjhsac5cd";
|
|
meta = {
|
|
homepage = "http://www.haskell.org/haskellwiki/Colour";
|
|
description = "A model for human colour/color perception";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|