Skip to content

Commit 9488f35

Browse files
committed
Allow building with Cabal-3.2.*
1 parent 828d22c commit 9488f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/SDist.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ getCabalLbs pvpBounds mrev cabalfp sourceMap = do
232232
[ style Url "https://github.com/commercialhaskell/stack/issues/new"
233233
, style Url "https://github.com/haskell/cabal/issues/new"
234234
]
235-
, flow $ "The parse error is: " ++ unlines (map show errs)
235+
, flow $ "The parse error is: " ++ unlines (map show (toList errs))
236236
, ""
237237
]
238238
return

0 commit comments

Comments
 (0)