diff options
| author | Ronan Tremoureux <ronan.tremoureux@ext.uni.lu> | 2023-06-22 09:13:37 +0200 |
|---|---|---|
| committer | Ronan Tremoureux <ronan.tremoureux@ext.uni.lu> | 2023-06-22 09:13:37 +0200 |
| commit | 73d1920b6296bf73fbef87c9e8460cd5d2c2071e (patch) | |
| tree | c5eb1d3c6eb61e9c565e9c46431de3bd6872d686 /FormatOpts.hs | |
| parent | fa3612d3fc78d0d88750278f825d0d0cd830e9da (diff) | |
| parent | e44c0d35b49d130a9ff8d7f0a244b76bf7d54259 (diff) | |
| download | reploy-73d1920b6296bf73fbef87c9e8460cd5d2c2071e.tar.gz reploy-73d1920b6296bf73fbef87c9e8460cd5d2c2071e.tar.bz2 | |
Merge branch 'mk-dont-source-assets' into 'master'
avoid source dirs
Closes #4
See merge request R3-core/websites-dev/reploy!2
Diffstat (limited to 'FormatOpts.hs')
| -rw-r--r-- | FormatOpts.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FormatOpts.hs b/FormatOpts.hs index 4759f89..dcdb4c2 100644 --- a/FormatOpts.hs +++ b/FormatOpts.hs @@ -28,4 +28,4 @@ plainWriteOpts = def {writerWrapText = WrapNone} -- | Default options for making tables of contents with certain depth. tocWriteOpts :: Int -> WriterOptions -tocWriteOpts n = def { writerTOCDepth = n} +tocWriteOpts n = def {writerTOCDepth = n} |
