From b96febddef9d48318c3532ce1f484d0ee7367946 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Jan 2020 10:07:26 -0800 Subject: Added a needed pragma. --- src/Text/Pandoc/Lua/Marshaling/Version.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc/Lua/Marshaling') 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 -- cgit v1.2.3