aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Lua/Marshaling
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-01-04 10:07:26 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-01-04 10:07:26 -0800
commitb96febddef9d48318c3532ce1f484d0ee7367946 (patch)
tree71b2aca1512935c2befced6c75648cff6b21a7f7 /src/Text/Pandoc/Lua/Marshaling
parent8ed749702ff62bc41a88770c7f93a283a20a2a42 (diff)
downloadpandoc-b96febddef9d48318c3532ce1f484d0ee7367946.tar.gz
Added a needed pragma.
Diffstat (limited to 'src/Text/Pandoc/Lua/Marshaling')
-rw-r--r--src/Text/Pandoc/Lua/Marshaling/Version.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Lua/Marshaling/Version.hs b/src/Text/Pandoc/Lua/Marshaling/Version.hs
index 9f80952fb..109806c9e 100644
--- a/src/Text/Pandoc/Lua/Marshaling/Version.hs
+++ b/src/Text/Pandoc/Lua/Marshaling/Version.hs
@@ -2,6 +2,7 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
+{-# LANGUAGE ScopedTypeVariables #-}
{- |
Module : Text.Pandoc.Lua.Marshaling.Version
Copyright : © 2019 Albert Krewinkel