do not re-export stuff, unhide Format.formatter
All checks were successful
build / build (push) Successful in 59s
All checks were successful
build / build (push) Successful in 59s
This commit is contained in:
parent
2cb6b40909
commit
ac56576828
@ -29,9 +29,5 @@
|
||||
(depends
|
||||
(ocaml
|
||||
(>= 4.13))
|
||||
bos
|
||||
cmdliner
|
||||
fmt
|
||||
fpath
|
||||
(ocamlformat :with-dev-setup)
|
||||
(odoc :with-dev-setup)))
|
||||
|
@ -12,10 +12,6 @@ bug-reports: "https://git.zapashcanon.fr/zapashcanon/prelude/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.0"}
|
||||
"ocaml" {>= "4.13"}
|
||||
"bos"
|
||||
"cmdliner"
|
||||
"fmt"
|
||||
"fpath"
|
||||
"ocamlformat" {with-dev-setup}
|
||||
"odoc" {with-dev-setup}
|
||||
"odoc" {with-doc}
|
||||
|
5
src/dune
5
src/dune
@ -3,7 +3,4 @@
|
||||
(modules prelude)
|
||||
(wrapped false)
|
||||
(libraries
|
||||
(re_export bos)
|
||||
(re_export cmdliner)
|
||||
(re_export fmt)
|
||||
(re_export fpath)))
|
||||
(re_export fmt)))
|
||||
|
@ -275,17 +275,13 @@ end
|
||||
(* Use the fmt library instead. *)
|
||||
module Printf = Empty
|
||||
|
||||
module Fmt = struct
|
||||
type formatter = Format.formatter
|
||||
|
||||
include Fmt
|
||||
(* USe the fmt library instead. *)
|
||||
module Format = struct
|
||||
type nonrec formatter = Format.formatter
|
||||
end
|
||||
|
||||
module Format = Empty
|
||||
|
||||
(* Use Cmdliner instead. *)
|
||||
module Arg = Empty
|
||||
module Cmdliner = Cmdliner
|
||||
|
||||
(* Use unlabeled version instead. *)
|
||||
module ArrayLabels = Empty
|
||||
|
Loading…
x
Reference in New Issue
Block a user