Skip to content

Commit

Permalink
Fix another one
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed May 1, 2022
1 parent a1928a2 commit 4d732a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exe/Main.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
{-# LANGUAGE CPP #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
module Main(main) where
Expand All @@ -23,7 +24,11 @@ import Ide.Types (PluginDescriptor (pluginNotificat
import Language.LSP.Server as LSP
import Language.LSP.Types as LSP
import qualified Plugins
#if MIN_VERSION_prettyprinter(1,7,0)
import Prettyprinter (Pretty (pretty), vsep)
#else
import Data.Text.Prettyprint.Doc (Pretty (pretty), vsep)
#endif

data Log
= LogIdeMain IdeMain.Log
Expand Down

0 comments on commit 4d732a6

Please sign in to comment.