xwax: init at version 1.9 (#377421)
[NixPkgs.git] / pkgs / development / ocaml-modules / caqti / type-calendar.nix
blob15efe5215e00ff7a822e60b5cfeed7e60ac8f182
2   buildDunePackage,
3   calendar,
4   caqti,
5 }:
7 buildDunePackage {
8   pname = "caqti-type-calendar";
9   inherit (caqti) src version;
11   propagatedBuildInputs = [
12     calendar
13     caqti
14   ];
16   meta = caqti.meta // {
17     description = "Date and time field types using the calendar library";
18   };