Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 1ae19ae

Browse files
committed
Remove redundant imports
1 parent cdd8b53 commit 1ae19ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Haskell/Ide/Engine/Plugin/Ormolu.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ import Data.List
1515
import Data.Maybe
1616
import qualified Data.Text as T
1717
import Ormolu
18-
#if __GLASGOW_HASKELL__ < 808
19-
import Ormolu.Config (defaultConfig)
20-
import Ormolu.Exception (OrmoluException)
21-
#endif
2218
import Haskell.Ide.Engine.PluginUtils
2319
import HIE.Bios.Types
2420
#endif

0 commit comments

Comments
 (0)