Merge pull request #119126 from fabaff/pycomfoconnect
[NixPkgs.git] / pkgs / development / ocaml-modules / caqti / type-calendar.nix
blobd2050e2cf474382e7ad041bc883d83383a1fdd29
1 { lib, buildDunePackage, calendar, caqti }:
3 buildDunePackage {
4   pname = "caqti-type-calendar";
5   version = "1.2.0";
6   useDune2 = true;
7   inherit (caqti) src;
9   propagatedBuildInputs = [ calendar caqti ];
11   meta = caqti.meta // {
12     description = "Date and time field types using the calendar library";
13   };