Skip to content

Commit

Permalink
Move re dep to mehari.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtichOwO committed Jan 8, 2023
1 parent 2942836 commit 11f81aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
(uri
(>= 4.2.0))
(x509
(>= 0.16.2))))
(>= 0.16.2))
(re
(>= 1.10.4))))

(package
(name mehari-mirage)
Expand All @@ -59,8 +61,6 @@
(>= 4.1.0))
(mirage-time
(>= 3.0.0))
(re
(>= 1.10.4))
(tcpip
(>= 7.1.2))
(tls-mirage
Expand Down
1 change: 0 additions & 1 deletion mehari-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ depends: [
"lwt_ppx" {>= "2.1.0"}
"mirage-channel" {>= "4.1.0"}
"mirage-time" {>= "3.0.0"}
"re" {>= "1.10.4"}
"tcpip" {>= "7.1.2"}
"tls-mirage" {>= "0.15.4"}
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions mehari.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ depends: [
"tls" {>= "0.15.4"}
"uri" {>= "4.2.0"}
"x509" {>= "0.16.2"}
"re" {>= "1.10.4"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 11f81aa

Please sign in to comment.