Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 801e32d

Browse files
authored
Merge pull request #2 from fendor/update-test-for-ghc-8.8.3
Update Testutils to use the correct stack.yaml
2 parents 50dde8a + 3196428 commit 801e32d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/utils/TestUtils.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ ghcVersion = GHC84
172172

173173
stackYaml :: FilePath
174174
stackYaml =
175-
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,8,2,0)))
175+
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,8,3,0)))
176+
"stack-8.8.3.yaml"
177+
#elif (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,8,2,0)))
176178
"stack-8.8.2.yaml"
177179
#elif (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,8,1,0)))
178180
"stack-8.8.1.yaml"

0 commit comments

Comments
 (0)