cabal-version:      2.0
name:               stack
version:            2.15.5
license:            BSD3
license-file:       LICENSE
maintainer:         manny@fpcomplete.com
author:             Commercial Haskell SIG
homepage:           http://haskellstack.org
bug-reports:        https://github.com/commercialhaskell/stack/issues
synopsis:           The Haskell Tool Stack
description:
    Please see the documentation at <https://docs.haskellstack.org>
    for usage information.
    .
    If building a 'stack' executable for distribution, please download the
    source code from <https://github.com/commercialhaskell/stack/releases>
    and build it using Stack itself in order to ensure identical behaviour
    to official binaries. This package on Hackage is provided for convenience
    and bootstrapping purposes.
    .
    Note that the API for the library is not currently stable, and may
    change significantly, even between minor releases. It is
    currently only intended for use by the executable.

category:           Development
build-type:         Custom
extra-source-files:
    CONTRIBUTING.md
    ChangeLog.md
    README.md
    stack.yaml
    doc/azure_ci.md
    doc/build_command.md
    doc/build_overview.md
    doc/ChangeLog.md
    doc/CI.md
    doc/clean_command.md
    doc/config_command.md
    doc/CONTRIBUTING.md
    doc/custom_snapshot.md
    doc/debugging.md
    doc/dev_containers.md
    doc/developing_on_windows.md
    doc/docker_command.md
    doc/docker_integration.md
    doc/dot_command.md
    doc/editor_integration.md
    doc/environment_variables.md
    doc/eval_command.md
    doc/exec_command.md
    doc/faq.md
    doc/ghc_command.md
    doc/ghci.md
    doc/global_flags.md
    doc/glossary.md
    doc/GUIDE.md
    doc/GUIDE_advanced.md
    doc/hoogle_command.md
    doc/hpc_command.md
    doc/ide_command.md
    doc/init_command.md
    doc/install_and_upgrade.md
    doc/list_command.md
    doc/lock_files.md
    doc/ls_command.md
    doc/new_command.md
    doc/nix_integration.md
    doc/nonstandard_project_init.md
    doc/other_resources.md
    doc/pantry.md
    doc/path_command.md
    doc/purge_command.md
    doc/query_command.md
    doc/README.md
    doc/run_command.md
    doc/runghc_command.md
    doc/script_command.md
    doc/scripts.md
    doc/sdist_command.md
    doc/setup_command.md
    doc/shell_autocompletion.md
    doc/SIGNING_KEY.md
    doc/Stack_and_VS_Code.md
    doc/stack_root.md
    doc/stack_yaml_vs_cabal_package_file.md
    doc/templates_command.md
    doc/travis_ci.md
    doc/uninstall_command.md
    doc/unpack_command.md
    doc/update_command.md
    doc/upgrade_command.md
    doc/upload_command.md
    doc/yaml_configuration.md
    src/setup-shim/StackSetupShim.hs
    tests/unit/package-dump/ghc-7.10.txt
    tests/unit/package-dump/ghc-7.8.4-osx.txt
    tests/unit/package-dump/ghc-7.8.txt
    tests/unit/package-dump/ghc-head.txt
    tests/unit/Stack/Untar/test1.tar.gz
    tests/unit/Stack/Untar/test2.tar.gz
    cabal.project
    cabal.config

source-repository head
    type:     git
    location: https://github.com/commercialhaskell/stack

custom-setup
    setup-depends:
        Cabal >=3.10.1.0 && <3.12,
        base >=4.14.3.0 && <5,
        filepath >=1.4.200.1

flag developer-mode
    description: By default, output extra developer information.
    default:     False
    manual:      True

flag disable-git-info
    description:
        Disable inclusion of current Git information in the Stack executable when it is built.

    default:     False
    manual:      True

flag disable-stack-upload
    description:
        For use only during development and debugging. Disable 'stack upload' so that it does not make HTTP requests. Stack will output information about the HTTP request(s) that it would have made if the command was enabled.

    default:     False
    manual:      True

flag hide-dependency-versions
    description:
        Hides dependency versions from 'stack --version'. Used only when building a Stack executable for official release. Note to packagers/distributors: DO NOT OVERRIDE THIS FLAG IF YOU ARE BUILDING STACK ANY OTHER WAY (e.g. using Cabal or from Hackage), as it makes debugging support requests more difficult.

    default:     False
    manual:      True

flag integration-tests
    description: Run the integration test suite.
    default:     False
    manual:      True

flag static
    description:
        When building the Stack executable, or the stack-integration-test executable, pass the -static and -pthread flags to the linker used by GHC.

    default:     False
    manual:      True

flag supported-build
    description:
        If false, causes 'stack --version' to issue a warning about the build being unsupported. Used only when building a Stack executable for official release. Note to packagers/distributors: DO NOT OVERRIDE THIS FLAG IF YOU ARE BUILDING STACK ANY OTHER WAY (e.g. using Cabal or from Hackage), as it makes debugging support requests more difficult.

    default:     False
    manual:      True

library
    exposed-modules:
        Codec.Archive.Tar.Utf8
        Control.Concurrent.Execute
        Data.Attoparsec.Args
        Data.Attoparsec.Combinators
        Data.Attoparsec.Interpreter
        Data.Monoid.Map
        GHC.Utils.GhcPkg.Main.Compat
        Network.HTTP.StackClient
        Options.Applicative.Args
        Options.Applicative.Builder.Extra
        Options.Applicative.Complicated
        Path.CheckInstall
        Path.Extended
        Path.Extra
        Path.Find
        Stack
        Stack.Build
        Stack.Build.Cache
        Stack.Build.ConstructPlan
        Stack.Build.Execute
        Stack.Build.ExecuteEnv
        Stack.Build.ExecutePackage
        Stack.Build.Haddock
        Stack.Build.Installed
        Stack.Build.Source
        Stack.Build.Target
        Stack.BuildInfo
        Stack.BuildOpts
        Stack.BuildPlan
        Stack.CLI
        Stack.Clean
        Stack.Component
        Stack.ComponentFile
        Stack.Config
        Stack.Config.Build
        Stack.Config.ConfigureScript
        Stack.Config.Docker
        Stack.Config.Nix
        Stack.ConfigCmd
        Stack.Constants
        Stack.Constants.Config
        Stack.Constants.StackProgName
        Stack.Coverage
        Stack.DefaultColorWhen
        Stack.DependencyGraph
        Stack.Docker
        Stack.DockerCmd
        Stack.Dot
        Stack.Eval
        Stack.Exec
        Stack.FileWatch
        Stack.GhcPkg
        Stack.Ghci
        Stack.Ghci.Script
        Stack.Hoogle
        Stack.IDE
        Stack.Init
        Stack.List
        Stack.Ls
        Stack.Lock
        Stack.New
        Stack.Nix
        Stack.Options.BenchParser
        Stack.Options.BuildMonoidParser
        Stack.Options.BuildParser
        Stack.Options.CleanParser
        Stack.Options.ConfigParser
        Stack.Options.Completion
        Stack.Options.DockerParser
        Stack.Options.DotParser
        Stack.Options.EvalParser
        Stack.Options.ExecParser
        Stack.Options.GhcBuildParser
        Stack.Options.GhciParser
        Stack.Options.GhcVariantParser
        Stack.Options.GlobalParser
        Stack.Options.HaddockParser
        Stack.Options.HpcReportParser
        Stack.Options.InitParser
        Stack.Options.LogLevelParser
        Stack.Options.LsParser
        Stack.Options.NewParser
        Stack.Options.NixParser
        Stack.Options.PackageParser
        Stack.Options.PathParser
        Stack.Options.ResolverParser
        Stack.Options.SDistParser
        Stack.Options.ScriptParser
        Stack.Options.SetupParser
        Stack.Options.TestParser
        Stack.Options.UnpackParser
        Stack.Options.UpgradeParser
        Stack.Options.UploadParser
        Stack.Options.Utils
        Stack.Package
        Stack.PackageDump
        Stack.PackageFile
        Stack.Path
        Stack.Prelude
        Stack.Query
        Stack.Runners
        Stack.Script
        Stack.SDist
        Stack.Setup
        Stack.Setup.Installed
        Stack.SetupCmd
        Stack.SourceMap
        Stack.Storage.Project
        Stack.Storage.User
        Stack.Storage.Util
        Stack.Templates
        Stack.Types.AddCommand
        Stack.Types.AllowNewerDeps
        Stack.Types.ApplyGhcOptions
        Stack.Types.ApplyProgOptions
        Stack.Types.Build
        Stack.Types.Build.ConstructPlan
        Stack.Types.Build.Exception
        Stack.Types.BuildConfig
        Stack.Types.BuildOpts
        Stack.Types.BuildOptsCLI
        Stack.Types.BuildOptsMonoid
        Stack.Types.CabalConfigKey
        Stack.Types.Cache
        Stack.Types.Casa
        Stack.Types.ColorWhen
        Stack.Types.CompCollection
        Stack.Types.CompilerBuild
        Stack.Types.CompilerPaths
        Stack.Types.Compiler
        Stack.Types.Component
        Stack.Types.ComponentUtils
        Stack.Types.Config
        Stack.Types.Config.Exception
        Stack.Types.ConfigMonoid
        Stack.Types.ConfigureOpts
        Stack.Types.Curator
        Stack.Types.Dependency
        Stack.Types.DependencyTree
        Stack.Types.Docker
        Stack.Types.DockerEntrypoint
        Stack.Types.DotConfig
        Stack.Types.DotOpts
        Stack.Types.DownloadInfo
        Stack.Types.DumpLogs
        Stack.Types.DumpPackage
        Stack.Types.EnvConfig
        Stack.Types.EnvSettings
        Stack.Types.ExtraDirs
        Stack.Types.FileDigestCache
        Stack.Types.GHCDownloadInfo
        Stack.Types.GHCVariant
        Stack.Types.GhcOptionKey
        Stack.Types.GhcOptions
        Stack.Types.GhcPkgId
        Stack.Types.GlobalOpts
        Stack.Types.GlobalOptsMonoid
        Stack.Types.Installed
        Stack.Types.IsMutable
        Stack.Types.LockFileBehavior
        Stack.Types.NamedComponent
        Stack.Types.Nix
        Stack.Types.Package
        Stack.Types.PackageFile
        Stack.Types.PackageName
        Stack.Types.ParentMap
        Stack.Types.Platform
        Stack.Types.Project
        Stack.Types.ProjectAndConfigMonoid
        Stack.Types.ProjectConfig
        Stack.Types.PvpBounds
        Stack.Types.Resolver
        Stack.Types.Runner
        Stack.Types.SCM
        Stack.Types.SetupInfo
        Stack.Types.SourceMap
        Stack.Types.StackYamlLoc
        Stack.Types.Storage
        Stack.Types.TemplateName
        Stack.Types.UnusedFlags
        Stack.Types.Version
        Stack.Types.VersionedDownloadInfo
        Stack.Uninstall
        Stack.Unpack
        Stack.Update
        Stack.Upgrade
        Stack.Upload
        System.Info.ShortPathName
        System.Permissions
        System.Process.Pager
        System.Terminal
        Build_stack
        Paths_stack

    hs-source-dirs:   src
    autogen-modules:
        Build_stack
        Paths_stack

    default-language: GHC2021
    ghc-options:
        -fwrite-ide-info -hiedir=.hie -Wall -Wmissing-export-lists
        -optP-Wno-nonportable-include-path -Widentities

    build-depends:
        Cabal >=3.8.1.0,
        aeson >=2.0.3.0,
        aeson-warning-parser >=0.1.1,
        ansi-terminal >=1.0.2,
        array >=0.5.6.0,
        async >=2.2.5,
        attoparsec >=0.14.4,
        base >=4.16.0.0 && <5,
        base64-bytestring >=1.2.1.0,
        bytestring >=0.11.5.3,
        casa-client >=0.0.2,
        companion >=0.1.0,
        conduit >=1.3.5,
        conduit-extra >=1.3.6,
        containers >=0.6.7,
        crypton >=0.34,
        directory >=1.3.8.1,
        echo >=0.1.4,
        exceptions >=0.10.7,
        extra >=1.7.14,
        file-embed >=0.0.15.0,
        filelock >=0.1.1.7,
        filepath >=1.4.200.1,
        fsnotify >=0.4.1,
        generic-deriving >=1.14.5,
        ghc-boot >=9.6.4,
        hi-file-parser >=0.1.6.0,
        hpack >=0.36.0,
        hpc >=0.6.2.0,
        http-client >=0.7.16,
        http-client-tls >=0.3.6.2,
        http-conduit >=2.3.8.3,
        http-download >=0.2.1.0,
        http-types >=0.12.4,
        memory >=0.18.0,
        microlens >=0.4.13.1,
        mtl >=2.3.1,
        mustache >=2.4.2,
        neat-interpolation >=0.5.1.4,
        open-browser >=0.2.1.0,
        optparse-applicative >=0.18.1.0,
        pantry >=0.9.3.2 && <0.10.0,
        path >=0.9.5,
        path-io >=1.8.1,
        persistent >=2.14.0.0 && <2.15,
        persistent-sqlite >=2.13.3.0,
        pretty >=1.1.3.6,
        process >=1.6.13.2,
        project-template >=0.2.1.0,
        random >=1.2.1.1,
        rio >=0.1.22.0,
        rio-prettyprint >=0.1.8.0,
        split >=0.2.5,
        stm >=2.5.1.0,
        tar >=0.5.1.1,
        template-haskell >=2.20.0.0,
        text >=2.0.2,
        time >=1.12.2,
        transformers >=0.6.1.0,
        unix-compat >=0.7.1,
        unordered-containers >=0.2.20,
        vector >=0.13.1.0,
        yaml >=0.11.11.2,
        zlib >=0.6.3.0

    if os(windows)
        cpp-options:   -DWINDOWS
        build-depends: Win32 >=2.13.3.0

    else
        build-tool-depends: hsc2hs:hsc2hs
        build-depends:      unix

    if (impl(ghc >=9.4.5) && os(windows))
        build-depends: network >=3.1.2.9

    if flag(developer-mode)
        cpp-options: -DSTACK_DEVELOPER_MODE_DEFAULT=True

    else
        cpp-options: -DSTACK_DEVELOPER_MODE_DEFAULT=False

    if flag(disable-stack-upload)
        cpp-options: -DSTACK_DISABLE_STACK_UPLOAD=True

    else
        cpp-options: -DSTACK_DISABLE_STACK_UPLOAD=False

    if os(windows)
        hs-source-dirs: src/windows/
        other-modules:
            Stack.Constants.UsrLibDirs
            Stack.Docker.Handlers
            System.Posix.User
            System.Uname

    else
        c-sources:      src/unix/cbits/uname.c
        hs-source-dirs: src/unix/
        other-modules:
            Stack.Constants.UsrLibDirs
            Stack.Docker.Handlers
            System.Uname

    if !flag(disable-git-info)
        cpp-options:   -DUSE_GIT_INFO
        build-depends:
            githash >=0.1.7.0,
            optparse-simple >=0.1.1.4

    if flag(hide-dependency-versions)
        cpp-options: -DHIDE_DEP_VERSIONS

    if flag(supported-build)
        cpp-options: -DSUPPORTED_BUILD

executable stack
    main-is:          Main.hs
    hs-source-dirs:   app
    other-modules:    Paths_stack
    autogen-modules:  Paths_stack
    default-language: GHC2021
    ghc-options:
        -fwrite-ide-info -hiedir=.hie -Wall -Wmissing-export-lists
        -optP-Wno-nonportable-include-path -threaded -rtsopts

    build-depends:
        Cabal >=3.8.1.0,
        aeson >=2.0.3.0,
        aeson-warning-parser >=0.1.1,
        ansi-terminal >=1.0.2,
        array >=0.5.6.0,
        async >=2.2.5,
        attoparsec >=0.14.4,
        base >=4.16.0.0 && <5,
        base64-bytestring >=1.2.1.0,
        bytestring >=0.11.5.3,
        casa-client >=0.0.2,
        companion >=0.1.0,
        conduit >=1.3.5,
        conduit-extra >=1.3.6,
        containers >=0.6.7,
        crypton >=0.34,
        directory >=1.3.8.1,
        echo >=0.1.4,
        exceptions >=0.10.7,
        extra >=1.7.14,
        file-embed >=0.0.15.0,
        filelock >=0.1.1.7,
        filepath >=1.4.200.1,
        fsnotify >=0.4.1,
        generic-deriving >=1.14.5,
        ghc-boot >=9.6.4,
        hi-file-parser >=0.1.6.0,
        hpack >=0.36.0,
        hpc >=0.6.2.0,
        http-client >=0.7.16,
        http-client-tls >=0.3.6.2,
        http-conduit >=2.3.8.3,
        http-download >=0.2.1.0,
        http-types >=0.12.4,
        memory >=0.18.0,
        microlens >=0.4.13.1,
        mtl >=2.3.1,
        mustache >=2.4.2,
        neat-interpolation >=0.5.1.4,
        open-browser >=0.2.1.0,
        optparse-applicative >=0.18.1.0,
        pantry >=0.9.3.2 && <0.10.0,
        path >=0.9.5,
        path-io >=1.8.1,
        persistent >=2.14.0.0 && <2.15,
        persistent-sqlite >=2.13.3.0,
        pretty >=1.1.3.6,
        process >=1.6.13.2,
        project-template >=0.2.1.0,
        random >=1.2.1.1,
        rio >=0.1.22.0,
        rio-prettyprint >=0.1.8.0,
        split >=0.2.5,
        stack,
        stm >=2.5.1.0,
        tar >=0.5.1.1,
        template-haskell >=2.20.0.0,
        text >=2.0.2,
        time >=1.12.2,
        transformers >=0.6.1.0,
        unix-compat >=0.7.1,
        unordered-containers >=0.2.20,
        vector >=0.13.1.0,
        yaml >=0.11.11.2,
        zlib >=0.6.3.0

    if os(windows)
        cpp-options:   -DWINDOWS
        build-depends: Win32 >=2.13.3.0

    else
        build-tool-depends: hsc2hs:hsc2hs
        build-depends:      unix

    if (impl(ghc >=9.4.5) && os(windows))
        build-depends: network >=3.1.2.9

    if flag(developer-mode)
        cpp-options: -DSTACK_DEVELOPER_MODE_DEFAULT=True

    else
        cpp-options: -DSTACK_DEVELOPER_MODE_DEFAULT=False

    if flag(disable-stack-upload)
        cpp-options: -DSTACK_DISABLE_STACK_UPLOAD=True

    else
        cpp-options: -DSTACK_DISABLE_STACK_UPLOAD=False

    if flag(static)
        ld-options: -static -pthread

executable stack-integration-test
    main-is:          IntegrationSpec.hs
    hs-source-dirs:   tests/integration tests/integration/lib
    other-modules:
        StackTest
        Paths_stack

    autogen-modules:  Paths_stack
    default-language: GHC2021
    ghc-options:
        -fwrite-ide-info -hiedir=.hie -Wall -Wmissing-export-lists
        -optP-Wno-nonportable-include-path -threaded -rtsopts
        -with-rtsopts=-N

    build-depends:
        Cabal >=3.8.1.0,
        aeson >=2.0.3.0,
        aeson-warning-parser >=0.1.1,
        ansi-terminal >=1.0.2,
        array >=0.5.6.0,
        async >=2.2.5,
        attoparsec >=0.14.4,
        base >=4.16.0.0 && <5,
        base64-bytestring >=1.2.1.0,
        bytestring >=0.11.5.3,
        casa-client >=0.0.2,
        companion >=0.1.0,
        conduit >=1.3.5,
        conduit-extra >=1.3.6,
        containers >=0.6.7,
        crypton >=0.34,
        directory >=1.3.8.1,
        echo >=0.1.4,
        exceptions >=0.10.7,
        extra >=1.7.14,
        file-embed >=0.0.15.0,
        filelock >=0.1.1.7,
        filepath >=1.4.200.1,
        fsnotify >=0.4.1,
        generic-deriving >=1.14.5,
        ghc-boot >=9.6.4,
        hi-file-parser >=0.1.6.0,
        hpack >=0.36.0,
        hpc >=0.6.2.0,
        hspec >=2.11.7,
        http-client >=0.7.16,
        http-client-tls >=0.3.6.2,
        http-conduit >=2.3.8.3,
        http-download >=0.2.1.0,
        http-types >=0.12.4,
        memory >=0.18.0,
        microlens >=0.4.13.1,
        mtl >=2.3.1,
        mustache >=2.4.2,
        neat-interpolation >=0.5.1.4,
        open-browser >=0.2.1.0,
        optparse-applicative >=0.18.1.0,
        optparse-generic >=1.5.2,
        pantry >=0.9.3.2 && <0.10.0,
        path >=0.9.5,
        path-io >=1.8.1,
        persistent >=2.14.0.0 && <2.15,
        persistent-sqlite >=2.13.3.0,
        pretty >=1.1.3.6,
        process >=1.6.13.2,
        project-template >=0.2.1.0,
        random >=1.2.1.1,
        rio >=0.1.22.0,
        rio-prettyprint >=0.1.8.0,
        split >=0.2.5,
        stm >=2.5.1.0,
        tar >=0.5.1.1,
        template-haskell >=2.20.0.0,
        text >=2.0.2,
        time >=1.12.2,
        transformers >=0.6.1.0,
        unix-compat >=0.7.1,
        unordered-containers >=0.2.20,
        vector >=0.13.1.0,
        yaml >=0.11.11.2,
        zlib >=0.6.3.0

    if os(windows)
        cpp-options:   -DWINDOWS
        build-depends: Win32 >=2.13.3.0

    else
        build-tool-depends: hsc2hs:hsc2hs
        build-depends:      unix

    if (impl(ghc >=9.4.5) && os(windows))
        build-depends: network >=3.1.2.9

    if flag(developer-mode)
        cpp-options: -DSTACK_DEVELOPER_MODE_DEFAULT=True

    else
        cpp-options: -DSTACK_DEVELOPER_MODE_DEFAULT=False

    if flag(disable-stack-upload)
        cpp-options: -DSTACK_DISABLE_STACK_UPLOAD=True

    else
        cpp-options: -DSTACK_DISABLE_STACK_UPLOAD=False

    if !flag(integration-tests)
        buildable: False

    if flag(static)
        ld-options: -static -pthread

test-suite stack-unit-test
    type:               exitcode-stdio-1.0
    main-is:            Spec.hs
    build-tool-depends: hspec-discover:hspec-discover
    hs-source-dirs:     tests/unit
    other-modules:
        Stack.ArgsSpec
        Stack.Build.ExecuteSpec
        Stack.Build.TargetSpec
        Stack.Config.DockerSpec
        Stack.ConfigSpec
        Stack.DotSpec
        Stack.Ghci.ScriptSpec
        Stack.GhciSpec
        Stack.LockSpec
        Stack.NixSpec
        Stack.PackageDumpSpec
        Stack.Types.TemplateNameSpec
        Stack.UploadSpec
        Paths_stack

    autogen-modules:    Paths_stack
    default-language:   GHC2021
    ghc-options:
        -fwrite-ide-info -hiedir=.hie -Wall -Wmissing-export-lists
        -optP-Wno-nonportable-include-path -threaded

    build-depends:
        Cabal >=3.8.1.0,
        QuickCheck >=2.14.3,
        aeson >=2.0.3.0,
        aeson-warning-parser >=0.1.1,
        ansi-terminal >=1.0.2,
        array >=0.5.6.0,
        async >=2.2.5,
        attoparsec >=0.14.4,
        base >=4.16.0.0 && <5,
        base64-bytestring >=1.2.1.0,
        bytestring >=0.11.5.3,
        casa-client >=0.0.2,
        companion >=0.1.0,
        conduit >=1.3.5,
        conduit-extra >=1.3.6,
        containers >=0.6.7,
        crypton >=0.34,
        directory >=1.3.8.1,
        echo >=0.1.4,
        exceptions >=0.10.7,
        extra >=1.7.14,
        file-embed >=0.0.15.0,
        filelock >=0.1.1.7,
        filepath >=1.4.200.1,
        fsnotify >=0.4.1,
        generic-deriving >=1.14.5,
        ghc-boot >=9.6.4,
        hi-file-parser >=0.1.6.0,
        hpack >=0.36.0,
        hpc >=0.6.2.0,
        hspec >=2.11.7,
        http-client >=0.7.16,
        http-client-tls >=0.3.6.2,
        http-conduit >=2.3.8.3,
        http-download >=0.2.1.0,
        http-types >=0.12.4,
        memory >=0.18.0,
        microlens >=0.4.13.1,
        mtl >=2.3.1,
        mustache >=2.4.2,
        neat-interpolation >=0.5.1.4,
        open-browser >=0.2.1.0,
        optparse-applicative >=0.18.1.0,
        pantry >=0.9.3.2 && <0.10.0,
        path >=0.9.5,
        path-io >=1.8.1,
        persistent >=2.14.0.0 && <2.15,
        persistent-sqlite >=2.13.3.0,
        pretty >=1.1.3.6,
        process >=1.6.13.2,
        project-template >=0.2.1.0,
        random >=1.2.1.1,
        raw-strings-qq >=1.1,
        rio >=0.1.22.0,
        rio-prettyprint >=0.1.8.0,
        split >=0.2.5,
        stack,
        stm >=2.5.1.0,
        tar >=0.5.1.1,
        template-haskell >=2.20.0.0,
        text >=2.0.2,
        time >=1.12.2,
        transformers >=0.6.1.0,
        unix-compat >=0.7.1,
        unordered-containers >=0.2.20,
        vector >=0.13.1.0,
        yaml >=0.11.11.2,
        zlib >=0.6.3.0

    if os(windows)
        cpp-options:   -DWINDOWS
        build-depends: Win32 >=2.13.3.0

    else
        build-tool-depends: hsc2hs:hsc2hs
        build-depends:      unix

    if (impl(ghc >=9.4.5) && os(windows))
        build-depends: network >=3.1.2.9

    if flag(developer-mode)
        cpp-options: -DSTACK_DEVELOPER_MODE_DEFAULT=True

    else
        cpp-options: -DSTACK_DEVELOPER_MODE_DEFAULT=False

    if flag(disable-stack-upload)
        cpp-options: -DSTACK_DISABLE_STACK_UPLOAD=True

    else
        cpp-options: -DSTACK_DISABLE_STACK_UPLOAD=False

    if os(windows)
        hs-source-dirs: tests/unit/windows/
        other-modules:  Stack.Ghci.FakePaths

    else
        hs-source-dirs: tests/unit/unix/
        other-modules:  Stack.Ghci.FakePaths