diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-01-04 10:07:26 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-01-04 10:07:26 -0800 |
commit | b96febddef9d48318c3532ce1f484d0ee7367946 (patch) | |
tree | 71b2aca1512935c2befced6c75648cff6b21a7f7 /src/Text | |
parent | 8ed749702ff62bc41a88770c7f93a283a20a2a42 (diff) | |
download | pandoc-b96febddef9d48318c3532ce1f484d0ee7367946.tar.gz |
Added a needed pragma.
Diffstat (limited to 'src/Text')
-rw-r--r-- | src/Text/Pandoc/Lua/Marshaling/Version.hs | 1 |
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 |