Skip to content

Commit

Permalink
Switch to using Fpath_base (renamed)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Mar 13, 2024
1 parent 0c9410e commit 86aba4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion auto-format.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"eio_main" {>= "1.0"}
"expect-test-helpers" {with-test & >= "v0.16" & < "v0.17"}
"fpath" {>= "0.7.3"}
"fpath-extended" {>= "0.0.7"}
"fpath-base" {>= "0.0.8"}
"loc" {>= "0.0.2"}
"parsing-utils" {>= "0.0.2"}
"pp" {>= "1.2.0"}
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
(< v0.17)))
(fpath
(>= 0.7.3))
(fpath-extended
(>= 0.0.7))
(fpath-base
(>= 0.0.8))
(loc
(>= 0.0.2))
(parsing-utils
Expand Down
4 changes: 2 additions & 2 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
-open
Base
-open
Fpath_extended)
Fpath_base)
(libraries
base
eio
eio-writer
eio_main
fpath
fpath-extended
fpath-base
parsing-utils
pp
pp-extended)
Expand Down

0 comments on commit 86aba4e

Please sign in to comment.