===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
haskell-stack-2.3.3/doc/build_overview.md-178-
haskell-stack-2.3.3/doc/build_overview.md:179:* `$locals` is deprecated, it's now a synonym for `$project`
haskell-stack-2.3.3/doc/build_overview.md:180:* `$project` applies to all project packages, not to any dependencies
haskell-stack-2.3.3/doc/build_overview.md:181:* `$targets` applies to all project packages that are targets, not to any
haskell-stack-2.3.3/doc/build_overview.md-182-  dependencies or non-target project packages. This is the default option
haskell-stack-2.3.3/doc/build_overview.md-183-  for `apply-ghc-options`
haskell-stack-2.3.3/doc/build_overview.md:184:* `$everything` applies to all packages in the source map excluding
haskell-stack-2.3.3/doc/build_overview.md-185-  global packages
##############################################
haskell-stack-2.3.3/doc/ChangeLog.md-75-
haskell-stack-2.3.3/doc/ChangeLog.md:76:* The `stack upload` can read first reads environment Variable `$HACKAGE_USERNAME` and `$HACKAGE_PASSWORD` if they are missing only then asks for `username` or `password`
haskell-stack-2.3.3/doc/ChangeLog.md-77-
##############################################
haskell-stack-2.3.3/doc/ChangeLog.md-959-  when they're broken by our collecting and processing GHC's output.
haskell-stack-2.3.3/doc/ChangeLog.md:960:* Extended the `ghc-options` field to support `$locals`, `$targets`,
haskell-stack-2.3.3/doc/ChangeLog.md:961:  and `$everything`. See:
haskell-stack-2.3.3/doc/ChangeLog.md-962-  [#3329](https://github.com/commercialhaskell/stack/issues/3329)
##############################################
haskell-stack-2.3.3/doc/ChangeLog.md-1073-* Ensure that an `extra-dep` from a local directory is not treated as
haskell-stack-2.3.3/doc/ChangeLog.md:1074:  a `$locals` for GHC options purposes. See
haskell-stack-2.3.3/doc/ChangeLog.md-1075-  [#3574](https://github.com/commercialhaskell/stack/issues/3574).
##############################################
haskell-stack-2.3.3/doc/ChangeLog.md-1722-  the current project.  `--compiler-bin` points to the compiler's bin dir.
haskell-stack-2.3.3/doc/ChangeLog.md:1723:* For consistency with the `$STACK_ROOT` environment variable, the
haskell-stack-2.3.3/doc/ChangeLog.md-1724-  `stack path --global-stack-root` flag and the `global-stack-root` field
##############################################
haskell-stack-2.3.3/doc/coverage.md-27-3) An index of all generated HTML reports, at
haskell-stack-2.3.3/doc/coverage.md:28:  `$(stack path --local-hpc-root)/index.html`.
haskell-stack-2.3.3/doc/coverage.md-29-
##############################################
haskell-stack-2.3.3/doc/coverage.md-61-During the execution of the build, you can place additional tix files in
haskell-stack-2.3.3/doc/coverage.md:62:`$(stack path --local-hpc-root)/extra-tix-files/` in order for them to be
haskell-stack-2.3.3/doc/coverage.md-63-included in the unified report. A couple caveats:
##############################################
haskell-stack-2.3.3/doc/coverage.md-66-exact same library versions. Also note that, on subsequent builds with coverage,
haskell-stack-2.3.3/doc/coverage.md:67:the `$(stack path --local-hpc-root)` directory will be recursively deleted. It
haskell-stack-2.3.3/doc/coverage.md-68-just stores the most recent coverage data.
##############################################
haskell-stack-2.3.3/doc/coverage.md-95-   will then get loaded, modified, and outputted to
haskell-stack-2.3.3/doc/coverage.md:96:   `$(stack path --local-hpc-root)/pkg-name/test-name/test-name.tix)`.
haskell-stack-2.3.3/doc/coverage.md-97-
##############################################
haskell-stack-2.3.3/doc/coverage.md-112-   test-specific HTML report is available at
haskell-stack-2.3.3/doc/coverage.md:113:   `$(stack path --local-hpc-root)/pkg-name/test-name/index.html`
haskell-stack-2.3.3/doc/coverage.md-114-
##############################################
haskell-stack-2.3.3/doc/coverage.md-116-   get combined into a unified report. The index of this report will be
haskell-stack-2.3.3/doc/coverage.md:117:   available at `$(stack path --local-hpc-root)/combined/all/index.html`
haskell-stack-2.3.3/doc/coverage.md-118-
##############################################
haskell-stack-2.3.3/doc/coverage.md-120-   the individual coverage reports (one for each test-suite), as well as the
haskell-stack-2.3.3/doc/coverage.md:121:   unified report. This index is available at `$(stack path --local-hpc-root)/index.html`
##############################################
haskell-stack-2.3.3/doc/faq.md-154-```
haskell-stack-2.3.3/doc/faq.md:155:assuming your `$PATH` has been set appropriately.
haskell-stack-2.3.3/doc/faq.md-156-
##############################################
haskell-stack-2.3.3/doc/faq.md-182-via the `stack setup` command). You can find these sandboxed GHC installations
haskell-stack-2.3.3/doc/faq.md:183:in `~/.stack/programs/$platform/ghc-$version/`.
haskell-stack-2.3.3/doc/faq.md-184-
##############################################
haskell-stack-2.3.3/doc/faq.md-200-GHC version, architecture etc. it needs. It then looks in
haskell-stack-2.3.3/doc/faq.md:201:`~/.stack/programs/$platform/ghc-$version/` for a compatible GHC, requesting
haskell-stack-2.3.3/doc/faq.md-202-to install one via `stack setup` if none is found.
##############################################
haskell-stack-2.3.3/doc/faq.md-362-
haskell-stack-2.3.3/doc/faq.md:363:Stack downloads and extracts files to `$STACK_ROOT/programs` on most platforms,
haskell-stack-2.3.3/doc/faq.md:364:which defaults to `~/.stack/programs`. On Windows `$LOCALAPPDATA\Programs\stack`
haskell-stack-2.3.3/doc/faq.md-365-is used. If there is not enough free space in this directory, Stack may fail.
##############################################
haskell-stack-2.3.3/doc/faq.md-460-directory. Specifically, they will be available at
haskell-stack-2.3.3/doc/faq.md:461:`PKG-DIR/$(stack path --dist-dir)/build/SOURCE-PATH`, where `SOURCE-PATH` is the path to the source
haskell-stack-2.3.3/doc/faq.md-462-file, relative to the location of the `*.cabal` file. When building named
##############################################
haskell-stack-2.3.3/doc/GUIDE.md-74-With stack now up and running, you're good to go. Though not required, we
haskell-stack-2.3.3/doc/GUIDE.md:75:recommend setting your PATH environment variable to include `$HOME/.local/bin`:
haskell-stack-2.3.3/doc/GUIDE.md-76-
##############################################
haskell-stack-2.3.3/doc/GUIDE.md-1119-1. The stack executable itself
haskell-stack-2.3.3/doc/GUIDE.md:1120:2. The stack root, e.g. `$HOME/.stack` on non-Windows systems or, on Windows,
haskell-stack-2.3.3/doc/GUIDE.md-1121-   `%LOCALAPPDATA%\Programs\stack`.
##############################################
haskell-stack-2.3.3/doc/install_and_upgrade.md-68-    * [macOS 64-bit](https://get.haskellstack.org/stable/osx-x86_64.tar.gz)
haskell-stack-2.3.3/doc/install_and_upgrade.md:69:* Extract the archive and place `stack` somewhere on your `$PATH` (see
haskell-stack-2.3.3/doc/install_and_upgrade.md-70-  [Path section below](#path))
##############################################
haskell-stack-2.3.3/doc/install_and_upgrade.md-252-
haskell-stack-2.3.3/doc/install_and_upgrade.md:253:* Extract the archive and place `stack` somewhere on your `$PATH` (see [Path section below](#path))
haskell-stack-2.3.3/doc/install_and_upgrade.md-254-
##############################################
haskell-stack-2.3.3/doc/install_and_upgrade.md-293-
haskell-stack-2.3.3/doc/install_and_upgrade.md:294:* Extract the archive and place `stack` somewhere on your `$PATH` (see [Path section below](#path))
haskell-stack-2.3.3/doc/install_and_upgrade.md-295-
##############################################
haskell-stack-2.3.3/doc/install_and_upgrade.md-300-
haskell-stack-2.3.3/doc/install_and_upgrade.md:301:You can install stack by copying it anywhere on your PATH environment variable. A good place to install is the same directory where stack itself will install executables. On Windows, that directory is `%APPDATA%\local\bin`, e.g. `c:\Users\Michael\AppData\Roaming\local\bin`. For other systems, it's `$HOME/.local/bin`.
haskell-stack-2.3.3/doc/install_and_upgrade.md-302-
##############################################
haskell-stack-2.3.3/doc/nix_integration.md-34-etc) should be available.  If they are not, it should be because the file
haskell-stack-2.3.3/doc/nix_integration.md:35:located at `$HOME/.nix-profile/etc/profile.d/nix.sh` is not sourced by your shell.
haskell-stack-2.3.3/doc/nix_integration.md-36-
##############################################
haskell-stack-2.3.3/doc/nix_integration.md-189-  # NixOS where it is enabled by default (see #3938).  You can set set it in your
haskell-stack-2.3.3/doc/nix_integration.md:190:  # `$HOME/.stack/config.yaml` to enable Nix for all your projects without having
haskell-stack-2.3.3/doc/nix_integration.md-191-  # to repeat it
##############################################
haskell-stack-2.3.3/doc/yaml_configuration.md-544-automatically promote it to a local package (much like setting a
haskell-stack-2.3.3/doc/yaml_configuration.md:545:custom package flag). However, setting options via `$everything` on all flags
haskell-stack-2.3.3/doc/yaml_configuration.md-546-will not do so (see
##############################################
haskell-stack-2.3.3/doc/yaml_configuration.md-550-
haskell-stack-2.3.3/doc/yaml_configuration.md:551:The behavior of the `$locals`, `$targets`, and `$everything` special
haskell-stack-2.3.3/doc/yaml_configuration.md-552-keys mirrors the behavior for the
##############################################
haskell-stack-2.3.3/doc/yaml_configuration.md-555-
haskell-stack-2.3.3/doc/yaml_configuration.md:556:NOTE: Prior to version 1.6.0, the `$locals`, `$targets`, and
haskell-stack-2.3.3/doc/yaml_configuration.md:557:`$everything` keys were not supported. Instead, you could use `"*"` for
haskell-stack-2.3.3/doc/yaml_configuration.md:558:the behavior represented now by `$everything`. It is highly
haskell-stack-2.3.3/doc/yaml_configuration.md-559-recommended to switch to the new, more expressive, keys.
##############################################
haskell-stack-2.3.3/doc/yaml_configuration.md-591-Options which are passed to the configure step of the Cabal build process.
haskell-stack-2.3.3/doc/yaml_configuration.md:592:These can either be set by package name, or using the `$everything`,
haskell-stack-2.3.3/doc/yaml_configuration.md:593:`$targets`, and `$locals` special keys. These special keys have the same
haskell-stack-2.3.3/doc/yaml_configuration.md-594-meaning as in `ghc-options`.
##############################################
haskell-stack-2.3.3/src/Stack/Types/Config.hs-939-      case (Map.lookup GOKOldEverything options, Map.lookup GOKEverything options) of
haskell-stack-2.3.3/src/Stack/Types/Config.hs:940:        (Just _, Just _) -> fail "Cannot specify both `*` and `$everything` GHC options"
haskell-stack-2.3.3/src/Stack/Types/Config.hs-941-        (Nothing, Just x) -> return x
##############################################
haskell-stack-2.3.3/src/Stack/Script.hs-99-    if srcMod < exeMod
haskell-stack-2.3.3/src/Stack/Script.hs:100:      then exec (toExeName $ toFilePath file) (soArgs opts)
haskell-stack-2.3.3/src/Stack/Script.hs-101-      else longWay file scriptDir
##############################################
haskell-stack-2.3.3/src/Stack/Script.hs-170-              (void . readProcessStdout_)
haskell-stack-2.3.3/src/Stack/Script.hs:171:            exec (toExeName $ toFilePath file) (soArgs opts)
haskell-stack-2.3.3/src/Stack/Script.hs-172-
##############################################
haskell-stack-2.3.3/test/package-dump/ghc-7.10.txt-96-    RegAlloc.Linear.PPC.FreeRegs RegAlloc.Linear.SPARC.FreeRegs Dwarf
haskell-stack-2.3.3/test/package-dump/ghc-7.10.txt:97:    Dwarf.Types Dwarf.Constants DsMeta Convert ByteCodeAsm ByteCodeGen
haskell-stack-2.3.3/test/package-dump/ghc-7.10.txt-98-    ByteCodeInstr ByteCodeItbls ByteCodeLink Debugger LibFFI Linker
##############################################
haskell-stack-2.3.3/test/package-dump/ghc-7.8.txt-226-                 RegAlloc.Linear.PPC.FreeRegs RegAlloc.Linear.SPARC.FreeRegs DsMeta
haskell-stack-2.3.3/test/package-dump/ghc-7.8.txt:227:                 Convert ByteCodeAsm ByteCodeGen ByteCodeInstr ByteCodeItbls
haskell-stack-2.3.3/test/package-dump/ghc-7.8.txt-228-                 ByteCodeLink Debugger LibFFI Linker ObjLink RtClosureInspect
##############################################
haskell-stack-2.3.3/test/package-dump/ghc-head.txt-132-    RegAlloc.Linear.PPC.FreeRegs RegAlloc.Linear.SPARC.FreeRegs Dwarf
haskell-stack-2.3.3/test/package-dump/ghc-head.txt:133:    Dwarf.Types Dwarf.Constants Convert ByteCodeAsm ByteCodeGen
haskell-stack-2.3.3/test/package-dump/ghc-head.txt-134-    ByteCodeInstr ByteCodeItbls ByteCodeLink Debugger LibFFI Linker
##############################################
haskell-stack-2.3.3/ChangeLog.md-75-
haskell-stack-2.3.3/ChangeLog.md:76:* The `stack upload` can read first reads environment Variable `$HACKAGE_USERNAME` and `$HACKAGE_PASSWORD` if they are missing only then asks for `username` or `password`
haskell-stack-2.3.3/ChangeLog.md-77-
##############################################
haskell-stack-2.3.3/ChangeLog.md-959-  when they're broken by our collecting and processing GHC's output.
haskell-stack-2.3.3/ChangeLog.md:960:* Extended the `ghc-options` field to support `$locals`, `$targets`,
haskell-stack-2.3.3/ChangeLog.md:961:  and `$everything`. See:
haskell-stack-2.3.3/ChangeLog.md-962-  [#3329](https://github.com/commercialhaskell/stack/issues/3329)
##############################################
haskell-stack-2.3.3/ChangeLog.md-1073-* Ensure that an `extra-dep` from a local directory is not treated as
haskell-stack-2.3.3/ChangeLog.md:1074:  a `$locals` for GHC options purposes. See
haskell-stack-2.3.3/ChangeLog.md-1075-  [#3574](https://github.com/commercialhaskell/stack/issues/3574).
##############################################
haskell-stack-2.3.3/ChangeLog.md-1722-  the current project.  `--compiler-bin` points to the compiler's bin dir.
haskell-stack-2.3.3/ChangeLog.md:1723:* For consistency with the `$STACK_ROOT` environment variable, the
haskell-stack-2.3.3/ChangeLog.md-1724-  `stack path --global-stack-root` flag and the `global-stack-root` field