From 75cea1db58e48cd8bba4b1a1d0e8a1d843a219c0 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 19 Jan 2017 05:51:49 +0000 Subject: ocamlPackages.fpath: init at 0.7.1 Fpath is an OCaml module for handling file system paths with POSIX and Windows conventions. Homepage: http://erratique.ch/software/fpath --- pkgs/top-level/ocaml-packages.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/top-level/ocaml-packages.nix') diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix index 3c7be7cc1b9..5be040a5393 100644 --- a/pkgs/top-level/ocaml-packages.nix +++ b/pkgs/top-level/ocaml-packages.nix @@ -182,6 +182,8 @@ let inherit (pkgs) fontconfig; }; + fpath = callPackage ../development/ocaml-modules/fpath { }; + functory = callPackage ../development/ocaml-modules/functory { }; gen = callPackage ../development/ocaml-modules/gen { }; -- cgit 1.4.1