mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
12 lines
215 B
Nix
12 lines
215 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "time";
|
|
version = "1.1.3";
|
|
sha256 = "46d32400bc0099ccef1fb670684c00a31055725403ea15c7a39278ff7dccc65b";
|
|
meta = {
|
|
description = "A time library";
|
|
};
|
|
})
|
|
|