Skip to content

Commit 2578120

Browse files
committed
fix(build): remove ppx_bitstring version requirement
To compile with 5.4.0, this is necessary to use newest package.
1 parent 93277c2 commit 2578120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bap-elf.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"core"
1616
"bap-common" {= version}
1717
"ppx_bap" {= version}
18-
"ppx_bitstring" {>= "4.0.0" & < "5.0.0"}
18+
"ppx_bitstring"
1919
"regular" {= version}
2020
"odoc" {with-doc}
2121
]

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ details of the program behavior.")
508508
core
509509
(bap-common (= :version))
510510
(ppx_bap (= :version))
511-
(ppx_bitstring (and (>= 4.0.0) (< 5.0.0)))
511+
ppx_bitstring
512512
(regular (= :version))))
513513

514514
(package

0 commit comments

Comments
 (0)