Skip to content

Commit 21488ac

Browse files
authored
Fix compatibility with Cabal 3.2
Follows the change in commercialhaskell/pantry#22 Fixes the only build failure with Cabal 3.2
1 parent f5f2289 commit 21488ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)