Skip to content

Commit 71e8980

Browse files
author
Jérôme FERET
committed
Revert "Depend on atdgen at build time only"
This reverts commit 99e4a16.
1 parent 99e4a16 commit 71e8980

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
(re ( = 1.11.0 ))
6464
(fmt ( = 0.9.0 ))
6565
(logs ( = 0.7.0 ))
66-
(atdgen (and :build ( = 2.15.0 )))
66+
(atdgen ( = 2.15.0 )) ; TODO: find a way to specify as build dependency only, as with the `build` package variable in opam
6767
(atdgen-runtime ( = 2.15.0 ))
6868
kappa-library
6969
; Added to pin version of lib used in kappa-library
@@ -87,7 +87,7 @@
8787
(fmt ( = 0.9.0 ))
8888
(logs ( = 0.7.0 ))
8989
(atdgen-runtime ( = 2.15.0 ))
90-
(atdgen (and :build ( = 2.15.0 )))
90+
(atdgen ( = 2.15.0 )) ; TODO: find a way to specify as build dependency only, as with the `build` package variable in opam
9191
(tyxml-ppx ( = 4.6.0 ))
9292
(js_of_ocaml ( = 5.7.0 ))
9393
(js_of_ocaml-lwt ( = 5.7.0 ))

kappa-agents.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ depends: [
3030
"re" {= "1.11.0"}
3131
"fmt" {= "0.9.0"}
3232
"logs" {= "0.7.0"}
33-
"atdgen" {build & = "2.15.0"}
33+
"atdgen" {= "2.15.0"}
3434
"atdgen-runtime" {= "2.15.0"}
3535
"kappa-library"
3636
"result" {= "1.5"}

kappa-webapp.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"fmt" {= "0.9.0"}
3333
"logs" {= "0.7.0"}
3434
"atdgen-runtime" {= "2.15.0"}
35-
"atdgen" {build & = "2.15.0"}
35+
"atdgen" {= "2.15.0"}
3636
"tyxml-ppx" {= "4.6.0"}
3737
"js_of_ocaml" {= "5.7.0"}
3838
"js_of_ocaml-lwt" {= "5.7.0"}

0 commit comments

Comments
 (0)