Skip to content

Commit

Permalink
Merge pull request #6287 from commercialhaskell/re6286
Browse files Browse the repository at this point in the history
Re #6286 Skip new GHC setup for test `internal-libraries`
  • Loading branch information
mpilgrem authored Oct 11, 2023
2 parents 6037b8b + f2bed1e commit 6882d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions tests/integration/tests/internal-libraries/Main.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import StackTest

main :: IO ()
main = do
-- The '--install-ghc' flag is passed here, because IntegrationSpec.runApp
-- sets up `config.yaml` with `system-ghc: true` and `install-ghc: false`.
stack ["--install-ghc", "setup"] -- See stack.yaml; using GHC 9.4.7
stack ["build"]
main = stack ["build"]
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# "Cabal-simple_SvXsv1f__3.2.1.0_ghc-8.10.7: Cannot build some foreign libraries:
# Building foreign libraries is currently only supported on OSX, Linux and
# Windows"
resolver: ghc-9.4.5
resolver: ghc-9.4.7

0 comments on commit 6882d25

Please sign in to comment.