diff options
author | Joseph C. Sible <josephcsible@users.noreply.github.com> | 2021-10-30 13:00:29 -0400 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-10-30 11:39:20 -0700 |
commit | b3d09ebe0198d1174f4109f4e535c6eac9cf917a (patch) | |
tree | 0c79f7fdb984664276093aab39d9779fa1794a69 /src/Text/Pandoc/Lua/Marshaling/List.hs | |
parent | 2894c10b28634daef14d6f061c828d5994a78bfe (diff) | |
download | pandoc-b3d09ebe0198d1174f4109f4e535c6eac9cf917a.tar.gz |
Fix build on GHC 9.2
Diffstat (limited to 'src/Text/Pandoc/Lua/Marshaling/List.hs')
-rw-r--r-- | src/Text/Pandoc/Lua/Marshaling/List.hs | 1 |
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 #-} |