Skip to content

Commit 61df542

Browse files
committed
Pin transitive dependency Notty
Signed-off-by: lukstafi <lukstafi@users.noreply.github.com>
1 parent 5b8b977 commit 61df542

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

arrayjit.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ depends: [
3333
"ppx_string"
3434
"ppx_variants_conv"
3535
"ppx_expect"
36+
"notty-community" {>= "2.4.0"}
3637
"ppx_minidebug" {>= "3.0.0"}
3738
"metal" {os = "macos"}
3839
"odoc" {with-doc}
@@ -63,4 +64,5 @@ dev-repo: "git+https://github.com/lukstafi/ocannl.git"
6364
x-maintenance-intent: ["(latest)"]
6465
pin-depends: [
6566
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git"]
67+
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git"]
6668
]

arrayjit.opam.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pin-depends: [
22
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git"]
3+
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git"]
34
]

dune-project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
ppx_string
7171
ppx_variants_conv
7272
ppx_expect
73+
(notty-community
74+
(>= 2.4.0))
7375
(ppx_minidebug
7476
(>= 3.0.0))
7577
(metal
@@ -132,6 +134,8 @@
132134
ppx_string
133135
ppx_variants_conv
134136
ppx_expect
137+
(notty-community
138+
(>= 2.4.0))
135139
(ppx_minidebug
136140
(>= 3.0.0))
137141
(odoc :with-doc)

neural_nets_lib.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ depends: [
3939
"ppx_string"
4040
"ppx_variants_conv"
4141
"ppx_expect"
42+
"notty-community" {>= "2.4.0"}
4243
"ppx_minidebug" {>= "3.0.0"}
4344
"odoc" {with-doc}
4445
"md2mld" {with-doc}
@@ -64,4 +65,5 @@ dev-repo: "git+https://github.com/lukstafi/ocannl.git"
6465
x-maintenance-intent: ["(latest)"]
6566
pin-depends: [
6667
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git"]
68+
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git"]
6769
]

neural_nets_lib.opam.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pin-depends: [
22
["ppx_minidebug.dev" "git+https://github.com/lukstafi/ppx_minidebug.git"]
3+
["notty-community.dev" "git+https://github.com/lukstafi/notty-community.git"]
34
]

0 commit comments

Comments
 (0)