@@ -69,15 +69,15 @@ output in the form of a SVG file named `wreq-example*.svg`.
69
69
stack dot | dot -Tsvg -o wreq-example1.svg
70
70
~~~
71
71
72
- 
72
+ [  ](https://cdn.jsdelivr.net/gh/commercialhaskell/stack@master/doc/img/dot_command/wreq-example1.svg)
73
73
74
74
* Include external dependencies:
75
75
76
76
~~~text
77
77
stack dot --external | dot -Tsvg -o wreq-example2.svg
78
78
~~~
79
79
80
- 
80
+ [  ](https://cdn.jsdelivr.net/gh/commercialhaskell/stack@master/doc/img/dot_command/wreq-example2.svg)
81
81
82
82
* Include external dependencies, limit the depth and save the output from
83
83
`stack dot` as an intermediate file (`wreq-example3.dot`).
@@ -93,15 +93,15 @@ output in the form of a SVG file named `wreq-example*.svg`.
93
93
stack dot --no-include-base --external --depth 2 | dot -Tsvg -o wreq-example4.svg
94
94
~~~
95
95
96
- 
96
+ [  ](https://cdn.jsdelivr.net/gh/commercialhaskell/stack@master/doc/img/dot_command/wreq-example4.svg)
97
97
98
98
* Include external dependencies and prune `base` and other packages:
99
99
100
100
~~~text
101
101
stack dot --external --prune base,lens,wreq-examples,http-client,aeson,tls,http-client-tls,exceptions | dot -Tsvg -o wreq-example5.svg
102
102
~~~
103
103
104
- 
104
+ [  ](https://cdn.jsdelivr.net/gh/commercialhaskell/stack@master/doc/img/dot_command/wreq-example5.svg)
105
105
106
106
* Include external dependencies, prune `base` and other packages, and use a
107
107
different Graphviz executable to draw the graph:
@@ -112,4 +112,4 @@ output in the form of a SVG file named `wreq-example*.svg`.
112
112
stack dot --external --prune base,lens,wreq-examples,http-client,aeson,tls,http-client-tls,exceptions | twopi -Groot=wreq -Goverlap=false -Tsvg -o wreq-example6.svg
113
113
~~~
114
114
115
- 
115
+ [  ](https://cdn.jsdelivr.net/gh/commercialhaskell/stack@master/doc/img/dot_command/wreq-example6.svg)
0 commit comments