Skip to content

Commit a745afe

Browse files
committed
changed module layout in pa_ppx; these will not build
1 parent 40b8a45 commit a745afe

File tree

4 files changed

+4
-4
lines changed
  • packages
    • pa_ppx_hashcons/pa_ppx_hashcons.0.09
    • pa_ppx_migrate/pa_ppx_migrate.0.09
    • pa_ppx_q_ast/pa_ppx_q_ast.0.09
    • pa_ppx_unique/pa_ppx_unique.0.09

4 files changed

+4
-4
lines changed

packages/pa_ppx_hashcons/pa_ppx_hashcons.0.09/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"conf-perl-ipc-system-simple"
2222
"conf-perl-string-shellquote"
2323
"camlp5" { >= "8.00" }
24-
"pa_ppx" { >= "0.08" }
24+
"pa_ppx" { >= "0.08" & < "0.12" }
2525
"pa_ppx_migrate" { with-test & >= "0.08" }
2626
"not-ocamlfind" { >= "0.01" }
2727
"pcre" { >= "7.4.3" }

packages/pa_ppx_migrate/pa_ppx_migrate.0.09/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ depends: [
2626
"conf-perl-ipc-system-simple"
2727
"conf-perl-string-shellquote"
2828
"camlp5" { >= "8.00.04" }
29-
"pa_ppx" { >= "0.11" }
29+
"pa_ppx" { >= "0.11" & < "0.12" }
3030
"not-ocamlfind" { >= "0.01" }
3131
"pcre" { >= "7.4.3" }
3232
"ounit" {with-test}

packages/pa_ppx_q_ast/pa_ppx_q_ast.0.09/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ depends: [
2121
"conf-perl-ipc-system-simple"
2222
"conf-perl-string-shellquote"
2323
"camlp5" { >= "8.00.04" }
24-
"pa_ppx" { >= "0.08" }
24+
"pa_ppx" { >= "0.08" & < "0.12" }
2525
"pa_ppx_migrate" { with-test & >= "0.08" }
2626
"pa_ppx_hashcons" { >= "0.08" }
2727
"pa_ppx_unique" { >= "0.08" }

packages/pa_ppx_unique/pa_ppx_unique.0.09/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"conf-perl-ipc-system-simple"
2020
"conf-perl-string-shellquote"
2121
"camlp5" { >= "8.00" }
22-
"pa_ppx" { >= "0.08" }
22+
"pa_ppx" { >= "0.08" & < "0.12" }
2323
"pa_ppx_migrate" { with-test & >= "0.08" }
2424
"not-ocamlfind" { >= "0.01" }
2525
"pcre" { >= "7.4.3" }

0 commit comments

Comments
 (0)