Removed unused LANGUAGE pragmas.
This commit is contained in:
parent
2770f88d53
commit
87538966a0
2 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.Writers.LaTeX.Caption
|
Module : Text.Pandoc.Writers.LaTeX.Caption
|
||||||
Copyright : Copyright (C) 2006-2021 John MacFarlane
|
Copyright : Copyright (C) 2006-2021 John MacFarlane
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{-# LANGUAGE FlexibleInstances #-}
|
{-# LANGUAGE FlexibleInstances #-}
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
|
||||||
{- |
|
{- |
|
||||||
Module : Text.Pandoc.XML.Light.Proc
|
Module : Text.Pandoc.XML.Light.Proc
|
||||||
Copyright : Copyright (C) 2007 Galois, Inc., 2021 John MacFarlane
|
Copyright : Copyright (C) 2007 Galois, Inc., 2021 John MacFarlane
|
||||||
|
|
Loading…
Reference in a new issue