summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-04-06 13:49:48 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2019-04-07 20:11:13 +0000
commit905405eb725bd108b646b15bd12246813ec0983d (patch)
treea778799eae5ad42561e9105634939bb34c27fb80 /pkgs/top-level/ocaml-packages.nix
parentc62b24679bda1adbd9bd65a6ade485969e3a8d31 (diff)
ocamlPackages.uri: 1.9.6 -> 2.2.0
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index f79f6ea3c0ca..47d233a22878 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -68,6 +68,7 @@ let
};
};
uri = uri.override {
+ legacy = true;
inherit (janeStreet_0_9_0) ppx_sexp_conv sexplib;
};
};