Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP
Browse files Browse the repository at this point in the history
philderbeast committed Jun 4, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent fdb7796 commit 6ac21af
Showing 59 changed files with 40 additions and 3,854 deletions.
35 changes: 35 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
delete-golden:
find test-suite-golden -name "*.golden" -type f -delete

delete-generated:
find test-suite-golden -type f | grep -E ".*\.(cabal|json|yaml)" | xargs rm

# Hpack
test-suite-golden/test-files/real-world/hpack/hpack.yaml.cabal:
dhall-hpack-cabal --package-dhall=$(@:.yaml.cabal=.dhall)

test-suite-golden/test-files/real-world/hpack/hpack.json:
dhall-hpack-json --package-dhall=$(@:.json=.dhall) > $@

test-suite-golden/test-files/real-world/hpack/hpack.yaml:
dhall-hpack-yaml --package-dhall=$(@:.yaml=.dhall) > $@

# Stack
test-suite-golden/test-files/real-world/stack/package.yaml: $(@:.yaml=.dhall)
dhall-hpack-yaml --package-dhall=$< > $@

test-suite-golden/test-files/real-world/stack/stack.cabal:
dhall-hpack-cabal --package-dhall=$(@:.yaml.cabal=.dhall)

test-suite-golden/test-files/real-world/stack/stack.yaml:
dhall-hpack-yaml --package-dhall=$(@:.yaml=.dhall) > $@

test-suite-golden/test-files/real-world/stack/stack.yaml.cabal: \
test-suite-golden/test-files/real-world/stack/stack.yaml
hpack --package-yaml=$<

test-suite-golden/test-files/real-world/stack/stack.json:
dhall-hpack-json --package-dhall=$(@:.json=.dhall)

test-suite-golden/test-files/real-world/stack/stack.yaml:
dhall-hpack-yaml --package-dhall=$(@:.yaml=.dhall)

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions test-suite-golden/test-files/key/empty-package.cabal

This file was deleted.

11 changes: 0 additions & 11 deletions test-suite-golden/test-files/key/empty-package.cabal.golden

This file was deleted.

3 changes: 0 additions & 3 deletions test-suite-golden/test-files/key/empty-package.json

This file was deleted.

3 changes: 0 additions & 3 deletions test-suite-golden/test-files/key/empty-package.json.golden

This file was deleted.

1 change: 0 additions & 1 deletion test-suite-golden/test-files/key/empty-package.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions test-suite-golden/test-files/key/empty-package.yaml.cabal

This file was deleted.

1 change: 0 additions & 1 deletion test-suite-golden/test-files/key/empty-package.yaml.golden

This file was deleted.

11 changes: 0 additions & 11 deletions test-suite-golden/test-files/key/import-local/import-local.cabal

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions test-suite-golden/test-files/key/import-local/package.json

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion test-suite-golden/test-files/key/import-local/package.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions test-suite-golden/test-files/key/import-relative/package.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions test-suite-golden/test-files/key/when-dependencies.cabal

This file was deleted.

11 changes: 0 additions & 11 deletions test-suite-golden/test-files/key/when-dependencies.cabal.golden

This file was deleted.

18 changes: 0 additions & 18 deletions test-suite-golden/test-files/key/when-dependencies.json

This file was deleted.

18 changes: 0 additions & 18 deletions test-suite-golden/test-files/key/when-dependencies.json.golden

This file was deleted.

11 changes: 0 additions & 11 deletions test-suite-golden/test-files/key/when-dependencies.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions test-suite-golden/test-files/key/when-dependencies.yaml.cabal

This file was deleted.

11 changes: 0 additions & 11 deletions test-suite-golden/test-files/key/when-dependencies.yaml.golden

This file was deleted.

64 changes: 0 additions & 64 deletions test-suite-golden/test-files/key/with-GHC2021.cabal

This file was deleted.

64 changes: 0 additions & 64 deletions test-suite-golden/test-files/key/with-GHC2021.cabal.golden

This file was deleted.

55 changes: 0 additions & 55 deletions test-suite-golden/test-files/key/with-GHC2021.json

This file was deleted.

55 changes: 0 additions & 55 deletions test-suite-golden/test-files/key/with-GHC2021.json.golden

This file was deleted.

51 changes: 0 additions & 51 deletions test-suite-golden/test-files/key/with-GHC2021.yaml

This file was deleted.

64 changes: 0 additions & 64 deletions test-suite-golden/test-files/key/with-GHC2021.yaml.cabal

This file was deleted.

51 changes: 0 additions & 51 deletions test-suite-golden/test-files/key/with-GHC2021.yaml.golden

This file was deleted.

4 changes: 1 addition & 3 deletions test-suite-golden/test-files/real-world/hpack/hpack.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
cabal-version: 1.12

-- This file has been generated from hpack.dhall by hpack version 0.31.0.
-- This file has been generated from hpack.dhall by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6233d5bc3d8cc3400d64ab30856182d4a593d9245bfdd5096e1287213cc3ae31

name: hpack
version: 0.31.1
136 changes: 0 additions & 136 deletions test-suite-golden/test-files/real-world/hpack/hpack.cabal.golden

This file was deleted.

2 changes: 1 addition & 1 deletion test-suite-golden/test-files/real-world/hpack/hpack.json
Original file line number Diff line number Diff line change
@@ -70,4 +70,4 @@
"build-tools": "hspec-discover"
}
}
}
}
73 changes: 0 additions & 73 deletions test-suite-golden/test-files/real-world/hpack/hpack.json.golden

This file was deleted.

1 change: 1 addition & 0 deletions test-suite-golden/test-files/real-world/hpack/hpack.yaml
Original file line number Diff line number Diff line change
@@ -59,3 +59,4 @@ tests:
- template-haskell
- HUnit >= 1.6.0.0
build-tools: hspec-discover

134 changes: 0 additions & 134 deletions test-suite-golden/test-files/real-world/hpack/hpack.yaml.cabal

This file was deleted.

61 changes: 0 additions & 61 deletions test-suite-golden/test-files/real-world/hpack/hpack.yaml.golden

This file was deleted.

66 changes: 0 additions & 66 deletions test-suite-golden/test-files/real-world/hpack/package.yaml

This file was deleted.

341 changes: 0 additions & 341 deletions test-suite-golden/test-files/real-world/stack/package.yaml
Original file line number Diff line number Diff line change
@@ -1,341 +0,0 @@
name: stack
version: '1.10.0'
synopsis: The Haskell Tool Stack
description: ! 'Please see the README.md for usage information, and
the wiki on Github for more details. Also, 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
author: Commercial Haskell SIG
maintainer: manny@fpcomplete.com
license: BSD3
github: commercialhaskell/stack
homepage: http://haskellstack.org
custom-setup:
dependencies:
- base >=4.10 && < 5
- Cabal >= 2.4
- filepath
extra-source-files:
# note: leaving out 'package.yaml' because it causes confusion with hackage metadata revisions
- CONTRIBUTING.md
- ChangeLog.md
- README.md
- doc/*.md
- src/setup-shim/StackSetupShim.hs
- stack.yaml
- test/package-dump/ghc-7.10.txt
- test/package-dump/ghc-7.8.4-osx.txt
- test/package-dump/ghc-7.8.txt
ghc-options:
- -Wall
- -fwarn-tabs
- -fwarn-incomplete-uni-patterns
- -fwarn-incomplete-record-updates
- -optP-Wno-nonportable-include-path # workaround [Filename case on macOS · Issue #4739 · haskell/cabal](https://github.com/haskell/cabal/issues/4739)
dependencies:
- Cabal >= 2.4
- aeson
- annotated-wl-pprint
- ansi-terminal >= 0.8.1
- array
- async
- attoparsec
- base >=4.10 && < 5
- base64-bytestring
- bytestring
- colour
- conduit
- conduit-extra
- containers
- cryptonite
- cryptonite-conduit
- deepseq
- directory
- echo
- exceptions
- extra
- file-embed
- filelock
- filepath
- fsnotify
- generic-deriving
- hackage-security
- hashable
- hpack
- hpc
- http-client
- http-client-tls
- http-conduit
- http-types
- memory
- microlens
- mintty
# TODO remove dep when persistent drops monad-logger
- monad-logger
- mono-traversable
- mtl
- mustache
- neat-interpolation
- network-uri
- open-browser
- optparse-applicative
- pantry
- path
- path-io
- persistent
- persistent-sqlite
- persistent-template
- pretty
- primitive
- process
- project-template
- regex-applicative-text
- resourcet
- retry >= 0.7
- rio
- semigroups
- split
- stm
- store-core # FIXME remove
- streaming-commons
- tar
- template-haskell
- temporary
- text
- text-metrics
- th-reify-many
- time
- tls
- transformers
- typed-process
- unicode-transforms
- unix-compat
- unliftio >= 0.2.8.0
- unordered-containers
- vector
- yaml
- zip-archive
- zlib
when:
- condition: os(windows)
then:
cpp-options: -DWINDOWS
dependencies:
- Win32
else:
build-tools:
- hsc2hs
dependencies:
- unix
library:
source-dirs: src/
ghc-options:
- -fwarn-identities
generated-exposed-modules:
- Paths_stack
exposed-modules:
- Control.Concurrent.Execute
- Data.Attoparsec.Args
- Data.Attoparsec.Combinators
- Data.Attoparsec.Interpreter
- Data.Monoid.Map
- Network.HTTP.Download
- Network.HTTP.Download.Verified
- Network.HTTP.StackClient
- Options.Applicative.Args
- Options.Applicative.Builder.Extra
- Options.Applicative.Complicated
- Path.CheckInstall
- Path.Extra
- Path.Find
- Stack.Build
- Stack.Build.Cache
- Stack.Build.ConstructPlan
- Stack.Build.Execute
- Stack.Build.Haddock
- Stack.Build.Installed
- Stack.Build.Source
- Stack.Build.Target
- Stack.BuildPlan
- Stack.Clean
- Stack.Config
- Stack.Config.Build
- Stack.Config.Urls
- Stack.Config.Docker
- Stack.Config.Nix
- Stack.ConfigCmd
- Stack.Constants
- Stack.Constants.Config
- Stack.Coverage
- Stack.DefaultColorWhen
- Stack.DefaultStyles
- Stack.Docker
- Stack.Docker.GlobalDB
- Stack.Dot
- Stack.FileWatch
- Stack.Freeze
- Stack.GhcPkg
- Stack.Ghci
- Stack.Ghci.Script
- Stack.Hoogle
- Stack.IDE
- Stack.Image
- Stack.Init
- Stack.Ls
- 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.ExecParser
- Stack.Options.FreezeParser
- Stack.Options.GhcBuildParser
- Stack.Options.GhciParser
- Stack.Options.GhcVariantParser
- Stack.Options.GlobalParser
- Stack.Options.HaddockParser
- Stack.Options.HpcReportParser
- Stack.Options.LogLevelParser
- Stack.Options.NewParser
- Stack.Options.NixParser
- Stack.Options.PackageParser
- Stack.Options.ResolverParser
- Stack.Options.ScriptParser
- Stack.Options.SDistParser
- Stack.Options.SolverParser
- Stack.Options.TestParser
- Stack.Options.Utils
- Stack.Package
- Stack.PackageDump
- Stack.Path
- Stack.Prelude
- Stack.PrettyPrint
- Stack.Runners
- Stack.Script
- Stack.SDist
- Stack.Setup
- Stack.Setup.Installed
- Stack.SetupCmd
- Stack.Sig
- Stack.Sig.GPG
- Stack.Sig.Sign
- Stack.Snapshot
- Stack.Solver
- Stack.StoreTH
- Stack.Types.Build
- Stack.Types.BuildPlan
- Stack.Types.CompilerBuild
- Stack.Types.Urls
- Stack.Types.Compiler
- Stack.Types.Config
- Stack.Types.Config.Build
- Stack.Types.Docker
- Stack.Types.GhcPkgId
- Stack.Types.Image
- Stack.Types.NamedComponent
- Stack.Types.Nix
- Stack.Types.Package
- Stack.Types.PackageDump
- Stack.Types.PackageName
- Stack.Types.PrettyPrint
- Stack.Types.Resolver
- Stack.Types.Runner
- Stack.Types.Sig
- Stack.Types.StylesUpdate
- Stack.Types.TemplateName
- Stack.Types.Version
- Stack.Types.VersionIntervals
- Stack.Unpack
- Stack.Upgrade
- Stack.Upload
- Text.PrettyPrint.Leijen.Extended
- System.Permissions
- System.Process.PagerEditor
- System.Terminal
when:
- condition: 'os(windows)'
then:
source-dirs: src/windows/
else:
source-dirs: src/unix/
c-sources: src/unix/cbits/uname.c
executables:
stack:
main: Main.hs
source-dirs: src/main
generated-other-modules:
- Build_stack,
- Paths_stack
ghc-options:
- -threaded
- -rtsopts
dependencies:
- stack
when:
- condition: flag(static)
ld-options:
- -static
- -pthread
- condition: ! '!(flag(disable-git-info))'
cpp-options: -DUSE_GIT_INFO
dependencies:
- githash
- optparse-simple
- condition: flag(hide-dependency-versions)
cpp-options: -DHIDE_DEP_VERSIONS
- condition: flag(supported-build)
cpp-options: -DSUPPORTED_BUILD
tests:
stack-test:
main: Spec.hs
source-dirs: src/test
ghc-options:
- -threaded
dependencies:
- QuickCheck
- hspec
- stack
- smallcheck
stack-integration-test:
main: IntegrationSpec.hs
source-dirs:
- test/integration
- test/integration/lib
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- hspec
when:
- condition: ! '!(flag(integration-tests))'
buildable: false
flags:
static:
description: Pass -static/-pthread to ghc when linking the stack binary.
manual: true
default: false
disable-git-info:
description: Disable compile-time inclusion of current git info in stack
manual: true
default: false
hide-dependency-versions:
description: Hides dependency versions from "stack --version", used only by building
with stack.yaml
manual: true
default: false
integration-tests:
description: Run the integration test suite
manual: true
default: false
supported-build:
description: If false, causes "stack --version" to issue a warning about the build being unsupported. True only if building with stack.yaml
manual: true
default: false
4 changes: 1 addition & 3 deletions test-suite-golden/test-files/real-world/stack/stack.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
cabal-version: 2.0

-- This file has been generated from stack.dhall by hpack version 0.35.0.
-- This file has been generated from stack.dhall by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 645c43bbed2e4ee44172441652f686f9df4f80fe34991062b018c2410e276567

name: stack
version: 1.10.0
633 changes: 0 additions & 633 deletions test-suite-golden/test-files/real-world/stack/stack.cabal.golden

This file was deleted.

2 changes: 1 addition & 1 deletion test-suite-golden/test-files/real-world/stack/stack.json
Original file line number Diff line number Diff line change
@@ -407,4 +407,4 @@
]
}
}
}
}
410 changes: 0 additions & 410 deletions test-suite-golden/test-files/real-world/stack/stack.json.golden

This file was deleted.

358 changes: 0 additions & 358 deletions test-suite-golden/test-files/real-world/stack/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,358 +0,0 @@
name: stack
version: 1.10.0
synopsis: The Haskell Tool Stack
description: |-
Please see the README.md for usage information, and
the wiki on Github for more details. Also, 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
homepage: http://haskellstack.org
author: Commercial Haskell SIG
maintainer: manny@fpcomplete.com
license: BSD3
github: commercialhaskell/stack
extra-source-files:
- CONTRIBUTING.md
- ChangeLog.md
- README.md
- doc/*.md
- src/setup-shim/StackSetupShim.hs
- stack.yaml
- test/package-dump/ghc-7.10.txt
- test/package-dump/ghc-7.8.4-osx.txt
- test/package-dump/ghc-7.8.txt
ghc-options:
- -Wall
- -fwarn-tabs
- -fwarn-incomplete-uni-patterns
- -fwarn-incomplete-record-updates
- '-optP-Wno-nonportable-include-path # workaround [Filename case on macOS · Issue
#4739 · haskell/cabal](https://github.com/haskell/cabal/issues/4739)'
dependencies:
- Cabal >= 2.4
- aeson
- annotated-wl-pprint
- ansi-terminal >= 0.8.1
- array
- async
- attoparsec
- base >=4.10 && < 5
- base64-bytestring
- bytestring
- colour
- conduit
- conduit-extra
- containers
- cryptonite
- cryptonite-conduit
- deepseq
- directory
- echo
- exceptions
- extra
- file-embed
- filelock
- filepath
- fsnotify
- generic-deriving
- hackage-security
- hashable
- hpack
- hpc
- http-client
- http-client-tls
- http-conduit
- http-types
- memory
- microlens
- mintty
- monad-logger
- mono-traversable
- mtl
- mustache
- neat-interpolation
- network-uri
- open-browser
- optparse-applicative
- pantry
- path
- path-io
- persistent
- persistent-sqlite
- persistent-template
- pretty
- primitive
- process
- project-template
- regex-applicative-text
- resourcet
- retry >= 0.7
- rio
- semigroups
- split
- stm
- store-core
- streaming-commons
- tar
- template-haskell
- temporary
- text
- text-metrics
- th-reify-many
- time
- tls
- transformers
- typed-process
- unicode-transforms
- unix-compat
- unliftio >= 0.2.8.0
- unordered-containers
- vector
- yaml
- zip-archive
- zlib
when:
condition: os(windows)
then:
cpp-options:
- -DWINDOWS
dependencies:
- Win32
else:
dependencies:
- unix
build-tools:
- hsc2hs
custom-setup:
dependencies:
- base >=4.10 && < 5
- Cabal >= 2.4
- filepath
flags:
disable-git-info:
description: Disable compile-time inclusion of current git info in stack
manual: true
default: false
hide-dependency-versions:
description: Hides dependency versions from "stack --version", used only by building
with stack.yaml
manual: true
default: false
integration-tests:
description: Run the integration test suite
manual: true
default: false
static:
description: Pass -static/-pthread to ghc when linking the stack binary.
manual: true
default: false
supported-build:
description: If false, causes "stack --version" to issue a warning about the build
being unsupported. True only if building with stack.yaml
manual: true
default: false
library:
exposed-modules:
- Control.Concurrent.Execute
- Data.Attoparsec.Args
- Data.Attoparsec.Combinators
- Data.Attoparsec.Interpreter
- Data.Monoid.Map
- Network.HTTP.Download
- Network.HTTP.Download.Verified
- Network.HTTP.StackClient
- Options.Applicative.Args
- Options.Applicative.Builder.Extra
- Options.Applicative.Complicated
- Path.CheckInstall
- Path.Extra
- Path.Find
- Stack.Build
- Stack.Build.Cache
- Stack.Build.ConstructPlan
- Stack.Build.Execute
- Stack.Build.Haddock
- Stack.Build.Installed
- Stack.Build.Source
- Stack.Build.Target
- Stack.BuildPlan
- Stack.Clean
- Stack.Config
- Stack.Config.Build
- Stack.Config.Urls
- Stack.Config.Docker
- Stack.Config.Nix
- Stack.ConfigCmd
- Stack.Constants
- Stack.Constants.Config
- Stack.Coverage
- Stack.DefaultColorWhen
- Stack.DefaultStyles
- Stack.Docker
- Stack.Docker.GlobalDB
- Stack.Dot
- Stack.FileWatch
- Stack.Freeze
- Stack.GhcPkg
- Stack.Ghci
- Stack.Ghci.Script
- Stack.Hoogle
- Stack.IDE
- Stack.Image
- Stack.Init
- Stack.Ls
- 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.ExecParser
- Stack.Options.FreezeParser
- Stack.Options.GhcBuildParser
- Stack.Options.GhciParser
- Stack.Options.GhcVariantParser
- Stack.Options.GlobalParser
- Stack.Options.HaddockParser
- Stack.Options.HpcReportParser
- Stack.Options.LogLevelParser
- Stack.Options.NewParser
- Stack.Options.NixParser
- Stack.Options.PackageParser
- Stack.Options.ResolverParser
- Stack.Options.ScriptParser
- Stack.Options.SDistParser
- Stack.Options.SolverParser
- Stack.Options.TestParser
- Stack.Options.Utils
- Stack.Package
- Stack.PackageDump
- Stack.Path
- Stack.Prelude
- Stack.PrettyPrint
- Stack.Runners
- Stack.Script
- Stack.SDist
- Stack.Setup
- Stack.Setup.Installed
- Stack.SetupCmd
- Stack.Sig
- Stack.Sig.GPG
- Stack.Sig.Sign
- Stack.Snapshot
- Stack.Solver
- Stack.StoreTH
- Stack.Types.Build
- Stack.Types.BuildPlan
- Stack.Types.CompilerBuild
- Stack.Types.Urls
- Stack.Types.Compiler
- Stack.Types.Config
- Stack.Types.Config.Build
- Stack.Types.Docker
- Stack.Types.GhcPkgId
- Stack.Types.Image
- Stack.Types.NamedComponent
- Stack.Types.Nix
- Stack.Types.Package
- Stack.Types.PackageDump
- Stack.Types.PackageName
- Stack.Types.PrettyPrint
- Stack.Types.Resolver
- Stack.Types.Runner
- Stack.Types.Sig
- Stack.Types.StylesUpdate
- Stack.Types.TemplateName
- Stack.Types.Version
- Stack.Types.VersionIntervals
- Stack.Unpack
- Stack.Upgrade
- Stack.Upload
- Text.PrettyPrint.Leijen.Extended
- System.Permissions
- System.Process.PagerEditor
- System.Terminal
generated-exposed-modules:
- Paths_stack
source-dirs: src/
ghc-options:
- -fwarn-identities
when:
condition: os(windows)
then:
source-dirs:
- src/windows/
else:
source-dirs:
- src/unix/
c-sources:
- src/unix/cbits/uname.c
executables:
stack:
main: Main.hs
generated-other-modules:
- Build_stack
- Paths_stack
source-dirs:
- src/main
ghc-options:
- -threaded
- -rtsopts
dependencies:
- stack
when:
- condition: flag(static)
cpp-options: []
ld-options:
- -static
- -pthread
dependencies: []
- condition: '!(flag(disable-git-info))'
cpp-options:
- -DUSE_GIT_INFO
ld-options: []
dependencies:
- githash
- optparse-simple
- condition: flag(hide-dependency-versions)
cpp-options:
- -DHIDE_DEP_VERSIONS
ld-options: []
dependencies: []
- condition: flag(supported-build)
cpp-options:
- -DSUPPORTED_BUILD
ld-options: []
dependencies: []
tests:
stack-integration-test:
main: IntegrationSpec.hs
source-dirs:
- test/integration
- test/integration/lib
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- hspec
when:
condition: '!flag(integration-tests)'
buildable: false
stack-test:
main: Spec.hs
source-dirs:
- src/test
ghc-options:
- -threaded
dependencies:
- QuickCheck
- hspec
- stack
- smallcheck
631 changes: 0 additions & 631 deletions test-suite-golden/test-files/real-world/stack/stack.yaml.cabal

Large diffs are not rendered by default.

358 changes: 0 additions & 358 deletions test-suite-golden/test-files/real-world/stack/stack.yaml.golden

This file was deleted.

0 comments on commit 6ac21af

Please sign in to comment.