about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/colour/default.nix
blob: 661f1507ab182f6e15229fa94e98a49516e6de03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{cabal}:

cabal.mkDerivation (self : {
  pname = "colour";
  version = "2.3.1";
  sha256 = "58cf12b8abf7d01a752b1b778b64cc406903874702e3475d65c2aa35689fa49b";
  meta = {
    description = "Data type, conversion and composition of colours";
    license = "OtherLicense";
  };
})