Skip to content

Commit

Permalink
chore: cleanup lower bounds, hpack/syntax.ml (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Jun 23, 2024
1 parent b4c779c commit cb6075d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@
(h2
(= :version))
(gluten-eio
(>= "0.4.1"))))
(>= "0.5.0"))))
2 changes: 1 addition & 1 deletion h2-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"h2" {= version}
"gluten-eio" {>= "0.4.1"}
"gluten-eio" {>= "0.5.0"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 2 additions & 0 deletions hpack/util/dune
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
(executable
(name gen_huffman)
(modules gen_huffman)
(libraries compiler-libs.common))

(executable
(name gen_static)
(libraries compiler-libs.common)
(modules gen_static)
(enabled_if
(< %{ocaml_version} 5.2)))
5 changes: 0 additions & 5 deletions hpack/util/syntax.ml

This file was deleted.

0 comments on commit cb6075d

Please sign in to comment.