2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2010-10-13 22:18:35 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2010-10-13 22:18:35 +01:00
|
|
|
pname = "colour";
|
2012-01-17 17:44:35 +00:00
|
|
|
version = "2.3.3";
|
|
|
|
sha256 = "1qmn1778xzg07jg9nx4k1spdz2llivpblf6wwrps1qpqjhsac5cd";
|
2010-10-13 22:18:35 +01:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://www.haskell.org/haskellwiki/Colour";
|
|
|
|
description = "A model for human colour/color perception";
|
2011-12-22 12:18:54 +00:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-08-10 00:00:20 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 10:21:28 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2010-10-13 22:18:35 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|