Remove unnecessary pragmas.

This commit is contained in:
John MacFarlane
2023-02-15 15:47:43 -08:00
parent 4bcce62c90
commit fd3b955fe5
-6
View File
@@ -1,10 +1,4 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE MultiWayIf #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE ViewPatterns #-}
{- |
Module : Text.Pandoc.Writers.ChunkedHTML
Copyright : Copyright (C) 2023 John MacFarlane