Skip to content

Commit ed2980f

Browse files
committed
fixes
1 parent 2f5ee03 commit ed2980f

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-eval-plugin/src/Ide/Plugin/Eval

1 file changed

+1
-1
lines changed

plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Util.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE NoMonomorphismRestriction #-}
22
{-# LANGUAGE ScopedTypeVariables #-}
33
{-# LANGUAGE CPP #-}
4-
{-# OPTIONS_GHC -Wno-orphans #-}
4+
{-# OPTIONS_GHC -Wno-orphans -Wno-unused-imports #-}
55

66
-- |Debug utilities
77
module Ide.Plugin.Eval.Util (

0 commit comments

Comments
 (0)