aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua
diff options
context:
space:
mode:
authorJoseph C. Sible <josephcsible@users.noreply.github.com>2021-10-30 13:00:29 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-30 11:39:20 -0700
commitb3d09ebe0198d1174f4109f4e535c6eac9cf917a (patch)
tree0c79f7fdb984664276093aab39d9779fa1794a69 /src/Text/Pandoc/Lua
parent2894c10b28634daef14d6f061c828d5994a78bfe (diff)
downloadpandoc-b3d09ebe0198d1174f4109f4e535c6eac9cf917a.tar.gz
Fix build on GHC 9.2
Diffstat (limited to 'src/Text/Pandoc/Lua')
-rw-r--r--src/Text/Pandoc/Lua/Marshaling/List.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Lua/Marshaling/List.hs b/src/Text/Pandoc/Lua/Marshaling/List.hs
index 57ccd4501..0b145d3a1 100644
--- a/src/Text/Pandoc/Lua/Marshaling/List.hs
+++ b/src/Text/Pandoc/Lua/Marshaling/List.hs
@@ -1,5 +1,6 @@
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE FlexibleInstances #-}
+{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE UndecidableInstances #-}