]> git.pld-linux.org Git - packages/ocaml-fileutils.git/blob - no-stdlib-shims.patch
- up to 0.6.3
[packages/ocaml-fileutils.git] / no-stdlib-shims.patch
1 --- ocaml-fileutils-0.6.3/fileutils.opam~       2020-07-11 23:21:55.000000000 +0200
2 +++ ocaml-fileutils-0.6.3/fileutils.opam        2021-03-30 21:57:08.685770245 +0200
3 @@ -16,7 +16,6 @@
4    "ocaml" {>= "4.03"}
5    "base-unix"
6    "base-bytes"
7 -  "stdlib-shims"
8    "dune" {>= "1.11.0"}
9    "ounit" {with-test & >= "2.0.0"}
10  ]
11 --- ocaml-fileutils-0.6.3/src/lib/fileutils/dune~       2020-07-11 23:21:55.000000000 +0200
12 +++ ocaml-fileutils-0.6.3/src/lib/fileutils/dune        2021-03-30 21:57:45.986277768 +0200
13 @@ -30,4 +30,4 @@
14      fileUtilWHICH
15      unixPath
16      win32Path)
17 -  (libraries unix bytes stdlib-shims))
18 +  (libraries unix bytes))
This page took 0.064937 seconds and 3 git commands to generate.