nixpkgs/pkgs/development/libraries/haskell/time/1.1.3.nix

12 lines
215 B
Nix
Raw Normal View History

{cabal}:
cabal.mkDerivation (self : {
pname = "time";
version = "1.1.3";
sha256 = "46d32400bc0099ccef1fb670684c00a31055725403ea15c7a39278ff7dccc65b";
meta = {
description = "A time library";
};
})