2011-08-10 01:00:20 +02:00
|
|
|
{ cabal }:
|
2010-10-13 23:18:35 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2010-10-13 23:18:35 +02:00
|
|
|
pname = "colour";
|
|
|
|
version = "2.3.1";
|
|
|
|
sha256 = "58cf12b8abf7d01a752b1b778b64cc406903874702e3475d65c2aa35689fa49b";
|
|
|
|
meta = {
|
2011-08-10 01:00:20 +02:00
|
|
|
homepage = "http://www.haskell.org/haskellwiki/Colour";
|
|
|
|
description = "A model for human colour/color perception";
|
|
|
|
license = "unknown";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
maintainers = [
|
|
|
|
self.stdenv.lib.maintainers.andres
|
|
|
|
self.stdenv.lib.maintainers.simons
|
|
|
|
];
|
2010-10-13 23:18:35 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|