From 2c08a24061484b52dfa5458427ffb8f05e1418f3 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Thu, 7 Mar 2019 16:18:57 +0530 Subject: [PATCH] Fix test failure for relative-script-snapshots `stm` package is one of the dependency of `acme-missiles`, so that also needs to be added as part of `packages` section of the `snapshot.yaml` file. --- .../tests/relative-script-snapshots/files/subdir/snapshot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/tests/relative-script-snapshots/files/subdir/snapshot.yaml b/test/integration/tests/relative-script-snapshots/files/subdir/snapshot.yaml index 6182f40ef9..a4882909c3 100644 --- a/test/integration/tests/relative-script-snapshots/files/subdir/snapshot.yaml +++ b/test/integration/tests/relative-script-snapshots/files/subdir/snapshot.yaml @@ -2,3 +2,4 @@ resolver: ghc-8.2.2 name: snapshot packages: - acme-missiles-0.3@rev:0 +- stm-2.5.0.0@rev:0