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

12 lines
215 B
Nix
Raw Normal View History

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