If you are not sure if the website you would like to visit is secure, you can verify it here. Enter the website address of the page and see parts of its content and the thumbnail images on this site. None (if any) dangerous scripts on the referenced page will be executed. Additionally, if the selected site contains subpages, you can verify it (review) in batches containing 5 pages.
favicon.ico: docs.haskellstack.org/en/stable/commands/dot_command - dot - Stack.

site address: docs.haskellstack.org/en/stable/commands/dot_command/ redirected to: docs.haskellstack.org/en/stable/commands/dot_command

site title: dot - Stack

Our opinion (on Monday 13 July 2026 1:08:01 UTC):

GREEN status (no comments) - no comments

Meta tags:
description=A program for developing Haskell projects. ;
author=;

Headings (most frequently used words):

the, stack, dot, command, examples,

Text of the page (most frequently used words):
the (54), dot (31), stack (29), packages (24), and (23), external (16), dependencies (16), wreq (15), are (14), project (14), include (13), package (12), output (11), base (10), depth (10), ghc (10), flag (10), svg (9), pass (9), for (8), tsvg (7), prune (7), specified (7), configuration (7), examples (6), from (6), file (6), global (6), reach (5), graph (5), graphviz (5), executable (5), components (5), test (5), option (5), build (5), that (4), http (4), client (4), tls (4), graphs (4), exclude (4), limit (4), example3 (4), version (4), cabal (4), files (4), included (4), commands (4), contributors (3), dependency (3), twopi (3), other (3), example (3), language (3), all (3), installed (3), excluded (3), bench (3), flags (3), relevant (3), non (3), its (3), more (3), get (3), involved (3), integration (3), building (3), topics (3), configure (3), getting (3), started (3), with (2), memory (2), basement (2), cannot (2), any (2), lens (2), aeson (2), exceptions (2), use (2), each (2), produces (2), form (2), nodes (2), those (2), hint (2), used (2), hints (2), benchmark (2), description (2), default (2), can (2), package_name (2), flag_name (2), yaml (2), target (2), argument (2), ignored (2), command (2), including (2), list (2), standard (2), relationships (2), between (2), your (2), directed (2), source (2), windows (2), table (2), contents (2), glossary (2), faq (2), how (2), works (2), upgrading (2), maintainers (2), code (2), docker (2), script (2), snapshot (2), location (2), environment (2), options (2), specific (2), projects (2), setting (2), welcome (2), github (2), made, material, mkdocs, copyright, 2015, 2025, back, top, example7, groot, goverlap, false, example6, draws, radial, layout, different, draw, example5, example4, save, intermediate, example2, example1, simple, following, based, boot, case, piped, input, into, executables, named, given, maximum, rank, will, place, bottom, row, diagram, wired, identified, rectangular, box, database, does, not, need, level, set, unset, this, multiple, times, however, which, uses, same, format, but, also, both, cases, names, separated, commas, there, resolution, stream, represent, their, direct, them, open, software, visualises, provides, defining, drawing, available, linux, macos, freebsd, download, history, resources, overview, signing, key, self, hosted, runners, haskellstack, org, zip, msys2, add, maintainer, team, process, releases, scheme, dev, containers, contributor, guide, haskell, lock, azure, travis, shell, auto, completion, developing, visual, studio, editor, debugging, initialization, nix, interpreter, specification, work, directories, root, customisation, scripts, directive, variables, upload, upgrade, update, unpack, uninstall, templates, setup, sdist, runhaskell, runghc, run, repl, query, purge, path, new, install, init, ide, hpc, hoogle, haddock, ghci, exec, eval, config, clean, conclusion, using, interactively, executing, locations, multi, targets, synonyms, databases, existing, hello, world, initializing, search, skip, content,


Text of the page (random words):
dot stack skip to content stack dot initializing search github welcome setting up getting started commands configure topics get involved faq glossary more stack github welcome setting up getting started getting started 1 a hello world example 2 package description 3 project configuration 4 building your project 5 building existing projects 6 installed package databases 7 stack build synonyms 8 stack build targets 9 multi package projects 10 cabal flags and ghc options 11 locations used by stack 12 executing commands 13 using ghc interactively 14 stack configuration 15 in conclusion commands commands bench build clean config dot dot table of contents examples docker eval exec ghc ghci haddock hoogle hpc ide init install list ls new path purge query repl run runghc runhaskell script sdist setup templates test uninstall unpack update upgrade upload configure configure environment variables configuration files configuration files project specific configuration non project specific configuration the include directive global flags and options customisation scripts topics topics stack root stack work directories stack environment snapshot location package location snapshot specification stack yaml vs a cabal file script interpreter docker integration nix integration non standard project initialization building ghc from source debugging editor integration stack and visual studio code developing on windows shell auto completion ci travis ci azure ci lock files haskell and c code get involved get involved contributors contributors contributor s guide dev containers maintainers maintainers version scheme releases maintainer team process add ghc version upgrading msys2 upgrading 7 zip haskellstack org self hosted runners signing key how stack works how stack works build overview faq glossary more more other resources version history table of contents examples the stack dot command stack dot no external no include base depth depth prune packages reach packages target flag package flag test bench global hints a package and its dependencies and the direct dependency relationships between them form a directed graph graphviz is open source software that visualises graphs it provides the dot language for defining graphs and the dot executable for drawing directed graphs graphviz is available to download for linux windows macos and freebsd stack dot produces output to the standard output stream in the dot language to represent the relationships between your packages and their dependencies by default external dependencies are excluded from the output pass the flag external to include external dependencies the base package and its dependencies are included in the output pass the flag no include base to exclude base and its dependencies there is no limit to the depth of the resolution of dependencies pass the depth depth option to limit the depth all relevant packages are included in the output pass the prune packages option to exclude the specified packages including project packages pass the reach packages option to exclude packages including project packages that cannot reach any of the specified packages in the dependency graph in both cases packages is a list of package names separated by commas for all relevant project packages relevant dependencies are included in the output however each project package for which dependencies are included can be specified as a target argument the argument uses the same format as the stack build command but components of project packages are ignored non project packages are also ignored cabal flags are as specified by the package description files and the project level configuration file stack yaml by default pass the option flag package_name flag_name or flag package_name flag_name to set or unset a cabal flag this option can be specified multiple times test components of project packages are excluded from the output pass the flag test to include test components benchmark components of project packages are excluded from the output pass the flag bench to include benchmark components and global packages for the specified version of ghc are those specified by the global package database of an installed ghc pass the flag global hints to use a hint file for global packages if a hint file is used ghc does not need to be installed all ghc wired in packages are identified by a rectangular box nodes with no dependencies in the graph are given the maximum rank in the dot language that is the dot executable will place those nodes on the bottom row of the diagram examples the following examples are based on the package wreq 0 5 4 3 and the boot packages of ghc 9 10 3 in each case the output from stack dot is piped as an input into graphviz s dot or twopi executables and the executable produces output in the form of a svg file named wreq example svg a simple example stack dot dot tsvg o wreq example1 svg include external dependencies stack dot external dot tsvg o wreq example2 svg include external dependencies limit the depth and save the output from stack dot as an intermediate file wreq example3 dot stack dot external depth 2 wreq example3 dot dot tsvg o wreq example3 svg wreq example3 dot include external dependencies exclude base and limit the depth stack dot no include base external depth 2 dot tsvg o wreq example4 svg include external dependencies and prune base and other packages stack dot external prune base lens wreq examples http client aeson tls http client tls exceptions dot tsvg o wreq example5 svg include external dependencies prune base and other packages and use a different graphviz executable to draw the graph graphviz s twopi executable draws graphs in a radial layout 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 include external dependencies and prune packages that cannot reach any of memory and basement in the dependency graph stack dot external reach memory basement dot tsvg o wreq example7 svg back to top copyright c 2015 2025 stack contributors made with material for mkdocs
Thumbnail images (randomly selected): * Images may be subject to copyright.GREEN status (no comments)
  • logo
  • wreq-example1.svg
  • wreq-example2.svg
  • wreq-example4.svg
  • wreq-example5.svg
  • wreq-example6.svg
  • wreq-example7.svg

Verified site has: 103 subpage(s). Do you want to verify them? Verify pages:

1-5 6-10 11-15 16-20 21-25 26-30 31-35 36-40 41-45 46-50
51-55 56-60 61-65 66-70 71-75 76-80 81-85 86-90 91-95 96-100
101-103


Top 50 hastags from of all verified websites.

Supplementary Information (add-on for SEO geeks)*- See more on header.verify-www.com

Header

HTTP/1.1 302 Found
Date Mon, 13 Jul 2026 01:08:00 GMT
Content-Type text/html; charset=utf-8
Content-Length 0
Connection close
Location htt????/docs.haskellstack.org/en/stable/commands/dot_command/
CF-Ray a1a464e019bbf82e-CDG
CF-Cache-Status EXPIRED
Cache-Control max-age=1200
Content-Language en
Server cloudflare
X-Served Django-Proxito
Vary Accept-Language, accept-encoding
CDN-Cache-Control public, max-age=1200
Cross-Origin-Opener-Policy same-origin
Referrer-Policy no-referrer-when-downgrade
X-Backend web-i-0588a55d53cdec16c
X-Content-Type-Options nosniff
X-RTD-Domain docs.haskellstack.org
X-RTD-Project
X-RTD-Project-Method custom_domain
X-RTD-Redirect http_to_https
X-RTD-Version-Method path
Set-Cookie _cfuvid=jvxUpUtr1Nkk92depkbdfS14kRpHJZL2LJPLDcMw6hY-1783904880.6632822-1.0.1.1-4KNQAKzFS0CZWOmTK0hkz0Ux1voAcVBL6AEAgabETuE; HttpOnly; SameSite=None; Secure; Path=/; Domain=docs.haskellstack.org
set-cookie __cf_bm=HtWGOnEsCW8LPDKgZR56eEIUkfdHS9o4vvrS83Lxxbc-1783904880.6511967-1.0.1.1-S8Im1.PZIYDvLi7IDMQYLAjsie6g2i9kIgEv6qvt46GZWmvIJAyubDef51FwpgIP7OIfOrzkCkymbicWqrHNitppYLccxF8sQAG1b2wS4FZt86r3lDCyQYQuE6PmpMG8; HttpOnly; Path=/; Domain=docs.haskellstack.org; Expires=Mon, 13 Jul 2026 01:38:00 GMT
alt-svc h3= :443 ; ma=86400
HTTP/2 200
date Mon, 13 Jul 2026 01:08:00 GMT
content-type text/html; charset=utf-8
cf-ray a1a464e14d0fbd47-AMS
cf-cache-status HIT
access-control-allow-origin *
cache-control max-age=1800, stale-if-error=86400, public
content-encoding gzip
etag 6dd13ba89b65b46ccbba359c4c274137
expires Mon, 13 Jul 2026 01:38:00 GMT
last-modified Sat, 13 Jun 2026 18:46:23 GMT
server cloudflare
vary Accept-Encoding
access-control-allow-methods HEAD, OPTIONS, GET
cdn-cache-control public, max-age=1800, stale-if-error=86400
cross-origin-opener-policy same-origin
referrer-policy no-referrer-when-downgrade
x-amz-id-2 p+p6ycalTF9d3pRvEOE8ftOLkDXtu5LVmd+8N19fIjCVnGjzDmaVb3n7nIc6D4eKlGXZzwko54w=
x-amz-meta-mtime 1781376376.836990853
x-amz-request-id 1PZ3KGKHGHSGTB3P
x-amz-server-side-encryption AES256
x-backend web-i-090070b849271287f
x-content-type-options nosniff
x-rtd-domain docs.haskellstack.org
x-rtd-force-addons true
x-rtd-path /proxito/html/stack/stable/commands/dot_command/index.html
x-rtd-project stack
x-rtd-project-method custom_domain
x-rtd-resolver-filename /commands/dot_command/
x-rtd-version stable
x-rtd-version-method path
x-served Nginx-Proxito-Sendfile
set-cookie __cf_bm=JSRkLIO0yFJsz8H00J2eQHxhXSk4L1h8_l_TCA5b3NQ-1783904880.8433616-1.0.1.1-fpqf7KDXhtwif93xx9tMvVcuJXasx9ua2rECfxa2mmXk58wUHgsfHDBgS2Zd2t3ZIAClLvdkrZiOTvCDZaUsmuQpaGDA9VB2hvPpFu5oCAss2Yk8YTVIhKkNUyK4NG4T; HttpOnly; SameSite=None; Secure; Path=/; Domain=docs.haskellstack.org; Expires=Mon, 13 Jul 2026 01:38:00 GMT
alt-svc h3= :443 ; ma=86400

Meta Tags

title="dot - Stack"
charset="utf-8"
name="viewport" content="width=device-width,initial-scale=1"
name="description" content="A program for developing Haskell projects. "
name="author" content="Stack contributors"
name="generator" content="mkdocs-1.6.0, mkdocs-material-9.7.6"
property="og:type" content="website"
property="og:title" content="dot - Stack"
property="og:description" content="A program for developing Haskell projects. "
property="og:image" content="htt????/docs.haskellstack.org/en/stable/assets/images/social/commands/dot_command.png"
property="og:image:type" content="image/png"
property="og:image:width" content="1200"
property="og:image:height" content="630"
property="og:url" content="htt????/docs.haskellstack.org/en/stable/commands/dot_command/"
property="twitter:card" content="summary_large_image"
property="twitter:title" content="dot - Stack"
property="twitter:description" content="A program for developing Haskell projects. "
property="twitter:image" content="htt????/docs.haskellstack.org/en/stable/assets/images/social/commands/dot_command.png"
name="readthedocs-project-slug" content="stack"
name="readthedocs-version-slug" content="stable"
name="readthedocs-resolver-filename" content="/commands/dot_command/"
name="readthedocs-http-status" content="200"

Load Info

page size8822
load time (s)0.409265
redirect count1
speed download21569
server IP 104.16.253.120
* all occurrences of the string "http://" have been changed to "htt???/"