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

Commit b064250

Browse files
committed
Update test utils to cater for GHC 8.6.5
1 parent 45afcb3 commit b064250

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/utils/TestUtils.hs

+3-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ ghcVersion = GHCPre84
133133

134134
stackYaml :: FilePath
135135
stackYaml =
136-
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,6,4,0)))
136+
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,6,5,0)))
137+
"stack.yaml"
138+
#elif (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,6,4,0)))
137139
"stack-8.6.4.yaml"
138140
#elif (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,6,3,0)))
139141
"stack-8.6.3.yaml"

0 commit comments

Comments
 (0)