Skip to content

Commit 3938faa

Browse files
Restore PackageImports pragma.
Opps. This one is needed, but the uses are behind CPP guards.
1 parent 4b35885 commit 3938faa

File tree

1 file changed

+1
-0
lines changed
  • plugins/hls-hlint-plugin/src/Ide/Plugin

1 file changed

+1
-0
lines changed

plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
{-# LANGUAGE FlexibleContexts #-}
77
{-# LANGUAGE FlexibleInstances #-}
88
{-# LANGUAGE OverloadedStrings #-}
9+
{-# LANGUAGE PackageImports #-}
910
{-# LANGUAGE TypeFamilies #-}
1011

1112
module Ide.Plugin.Hlint

0 commit comments

Comments
 (0)