aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-12-11 22:58:24 +0100
committerJohn MacFarlane <[email protected]>2025-12-11 22:58:24 +0100
commitab212c7b87828902c4a5c8d09d43942f9179d992 (patch)
tree4eb03b63c2d0ab78aa7975aeee300388bdcf7bb3
parenta90307d0c87cb8d8ca67c60cc565656c22354b06 (diff)
Fix compiler warning.
-rw-r--r--src/Text/Pandoc/Readers/ODT/Arrows/State.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/ODT/Arrows/State.hs b/src/Text/Pandoc/Readers/ODT/Arrows/State.hs
index 5307c1063..9e695fa17 100644
--- a/src/Text/Pandoc/Readers/ODT/Arrows/State.hs
+++ b/src/Text/Pandoc/Readers/ODT/Arrows/State.hs
@@ -36,7 +36,7 @@ module Text.Pandoc.Readers.ODT.Arrows.State
import Control.Arrow
import qualified Control.Category as Cat
import Control.Monad
-import Data.List (foldl')
+import Data.Foldable
import Text.Pandoc.Readers.ODT.Arrows.Utils
import Text.Pandoc.Readers.ODT.Generic.Fallible