We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a355d commit 61ee931Copy full SHA for 61ee931
2 files changed
src/Tiny_httpd_dir.ml
@@ -1,7 +1,6 @@
1
module S = Tiny_httpd_server
2
module U = Tiny_httpd_util
3
module Html = Tiny_httpd_html
4
-module Pf = Printf
5
6
type dir_behavior =
7
| Index | Lists | Index_or_lists | Forbidden
src/dune
@@ -3,7 +3,7 @@
(name tiny_httpd)
(public_name tiny_httpd)
(libraries threads seq)
- (flags :standard -safe-string -warn-error -a+8)
+ (flags :standard -safe-string -strict-sequence -w +a-4-40-42 -warn-error -a+8)
(wrapped false))
8
9
(rule
0 commit comments