avoid build warning with recent ghc
authorJoey Hess <joeyh@joeyh.name>
Tue, 21 Jan 2025 15:59:38 +0000 (11:59 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 21 Jan 2025 16:00:16 +0000 (12:00 -0400)
commit85efc13e3a3e36ebed78258d972c884c3e6ec402
tree6d3ddfff9ffdf31c951f84aba31d5a684dabc985
parent71f83bfff7408330976c9b36bbd820b45ca3241e
avoid build warning with recent ghc

foldl' is in Prelude now. Explicitly import Data.List still
for older systems and add explict Prelude import to avoid warning.
Annex/Balanced.hs