Skip to content

Commit 1daf45c

Browse files
committed
Try pinning printbox-text for the latest bug fix
Signed-off-by: Lukasz Stafiniak <lukstafi@gmail.com>
1 parent 98e7ca7 commit 1daf45c

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

arrayjit.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"ctypes" {>= "0.23"}
2020
"ctypes-foreign" {>= "0.23"}
2121
"printbox" {>= "0.12"}
22-
"printbox-text" {>= "0.12"}
22+
"printbox-text"
2323
"pprint"
2424
"stdio"
2525
"sexplib"

dune-project

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323

2424
(documentation https://github.com/lukstafi/ocannl/blob/master/README.md)
2525

26+
(pin
27+
(url "git+https://github.com/c-cube/printbox.git")
28+
(package (name printbox-text)))
29+
2630
; We give up on npy / ocannl_npy for now.
2731

2832
(package
@@ -47,8 +51,8 @@
4751
; :with-dev-setup)
4852
(printbox
4953
(>= 0.12))
50-
(printbox-text
51-
(>= 0.12))
54+
; We need to pin printbox-text until > 0.12.0 is released.
55+
printbox-text
5256
pprint
5357
stdio
5458
sexplib
@@ -101,8 +105,8 @@
101105
(>= 0.5.3))
102106
(printbox
103107
(>= 0.12))
104-
(printbox-text
105-
(>= 0.12))
108+
; We need to pin printbox-text until > 0.12.0 is released.
109+
printbox-text
106110
(printbox-ext-plot
107111
(>= 0.12))
108112
(angstrom
@@ -120,7 +124,6 @@
120124
ppx_string
121125
ppx_variants_conv
122126
ppx_expect
123-
; ppx_minidebug 2.2.0 will be a breaking change.
124127
(ppx_minidebug
125128
(>= 2.2.0))
126129
(odoc :with-doc)

neural_nets_lib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"base" {>= "v0.17.0"}
1919
"arrayjit" {>= "0.5.3"}
2020
"printbox" {>= "0.12"}
21-
"printbox-text" {>= "0.12"}
21+
"printbox-text"
2222
"printbox-ext-plot" {>= "0.12"}
2323
"angstrom" {>= "0.15"}
2424
"stdio"

0 commit comments

Comments
 (0)