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

cabal.mkDerivation (self : {
  pname = "time";
  version = "1.1.2.4"; # Haskell Platform 2009.0.0
  sha256 = "11dfcb9b5ca76428a7a31019928c3c1898320f774e5d3df8e4407580d074fad3";
  meta = {
    description = "A time library";
  };
})