Skip to content

Commit

Permalink
Move libraries to correct stanzas
Browse files Browse the repository at this point in the history
  • Loading branch information
patricoferris committed Apr 9, 2024
1 parent 2d64b3a commit 18597f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
(public_name shark)
(libraries
eio
cohttp-eio
str
yaml
lwt_eio
cmarkit
obuilder
htmlit
routes
fpath)
(preprocess
(pps ppx_sexp_conv)))
7 changes: 6 additions & 1 deletion src/lib/server/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
(library
(name shark_server)
(public_name shark.server)
(libraries shark cohttp-eio))
(libraries
shark
cohttp-eio
htmlit
routes
))

0 comments on commit 18597f2

Please sign in to comment.