summary refs log blame commit diff
path: root/pkgs/development/ocaml-modules/caqti/type-calendar.nix
blob: db4d5983aedf5f7fb695f838e96696858d9ce1d4 (plain) (tree)
1
2
3
4
5
6
7
8



                                           
                              
 

                    





                                                                         
{ lib, buildDunePackage, calendar, caqti }:

buildDunePackage {
  pname = "caqti-type-calendar";
  inherit (caqti) src version;

  duneVersion = "3";

  propagatedBuildInputs = [ calendar caqti ];

  meta = caqti.meta // {
    description = "Date and time field types using the calendar library";
  };
}