Skip to content

Commit 2fc14e0

Browse files
committed
Update certain integration tests
1 parent 060f8c8 commit 2fc14e0

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
resolver: ghc-9.4.5
22
name: test-snapshot-2
33
packages:
4-
- stm-2.5.0.0
5-
- async-2.1.0
6-
- zlib-0.6.2.1@sha256:201b3f7d4edd0a6a0b235105a4d1aa8d30dcb7c8b4043102487407a4753657ef,4508
4+
- stm-2.5.1.0
5+
- async-2.2.4
6+
- zlib-0.6.3.0@sha256:9adce39e4ca0b7a87d45df0a243134816c57059a08e28cff5469c98ae1f54dfc,5367
77
# FIXME: test these here
88
flags: {}
99
ghc-options: {}

test/integration/tests/1265-extensible-snapshots/files/snapshots/remote-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
resolver: nightly-2023-06-18
33
name: remote-snapshot
44
packages:
5-
- archive: https://s3.amazonaws.com/hackage.fpcomplete.com/package/ghc-prim-0.8.0.tar.gz
5+
- archive: https://s3.amazonaws.com/hackage.fpcomplete.com/package/ghc-prim-0.10.0.tar.gz

test/integration/tests/3926-ghci-with-sublibraries/files/files.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
cabal-version: 2.0
2+
13
name: files
24
version: 0.1.0.0
35
build-type: Simple
4-
cabal-version: >= 2.0
56

67
library
78
hs-source-dirs: src
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
resolver: ghc-9.4.5
22
extra-deps:
3-
- stm-2.4.4.1
4-
- mtl-2.2.1
3+
- stm-2.5.1.0
4+
- mtl-2.2.2

test/integration/tests/cyclic-test-deps/Main.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import StackTest
22

33
main :: IO ()
44
main = do
5-
removeDirIgnore "text-2.0"
6-
stack ["unpack", "text-2.0"]
7-
stack ["unpack", "QuickCheck-2.14.2"]
5+
removeDirIgnore "text-2.0.2"
6+
stack ["unpack", "text-2.0.2"]
7+
stack ["unpack", "QuickCheck-2.14.3"]
88
removeFileIgnore "stack.yaml"
99
stack ["init", defaultResolverArg]
1010
stack ["test", "--dry-run"]

test/integration/tests/override-compiler/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import Control.Monad (unless)
44
main :: IO ()
55
main = stackCheckStdout ["exec", "--", "ghc", "--numeric-version"] $ \ver ->
66
-- get rid of the newline character
7-
unless (concat (lines ver) == "9.2.7") $ error $ "Invalid version: " ++ show ver
7+
unless (concat (lines ver) == "9.4.5") $ error $ "Invalid version: " ++ show ver
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
resolver: lts-13.10
1+
resolver: lts-20.25
22
compiler: ghc-9.4.5
33
packages: []

0 commit comments

Comments
 (0)