File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
docs/yet-another-doc-with-examples/test Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- ##### Aliases
1+ #### Aliases
22
33This module declares handy aliases for common patterns built of directives from
44Nginx Haskell module. The alias directives and their translations are listed in
@@ -21,7 +21,7 @@ expressions.
2121
2222No directive from this module requires loading a Haskell library.
2323
24- ##### Build
24+ #### Build
2525
2626To build the module, add option
2727` --add-module=/path/to/nginx-haskell-module/aliases ` after option
Original file line number Diff line number Diff line change 1- ##### Building and installation
1+ #### Building and installation
22
33The build tool requires Cabal, [ * patchelf* ] ( https://github.com/NixOS/patchelf ) ,
44and utility * nhm-tool* which is shipped with package * ngx-export-distribution* .
Original file line number Diff line number Diff line change @@ -33,3 +33,9 @@ $ cabal v1-install ngx-export
3333$ cabal build
3434```
3535
36+ The module can be loaded in the * REPL* with
37+
38+ ``` ShellSession
39+ $ cabal repl --repl-options=-fobject-code
40+ ```
41+
You can’t perform that action at this time.
0 commit comments