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

Commit c38fff5

Browse files
committed
Fix formatting
1 parent aa0f0c5 commit c38fff5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Haskell/Ide/Engine/Support/Hoogle.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ searchTargets f term = do
181181

182182
-- | 'lookup' @n term@ looks up the given Text in the local Hoogle database.
183183
-- Takes the first @n@ matches.
184-
-- May fail with a HoogleError that can be shown to the user.
184+
-- May fail with a HoogleError that can be shown to the user.
185185
lookup :: Int -> T.Text -> IdeM (Either HoogleError [T.Text])
186186
lookup n term = do
187187
HoogleDb mdb <- get

src/Haskell/Ide/Engine/Version.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
{-# LANGUAGE CPP, TemplateHaskell, OverloadedStrings #-}
1+
{-# LANGUAGE CPP #-}
2+
{-# LANGUAGE TemplateHaskell #-}
3+
{-# LANGUAGE OverloadedStrings #-}
24
-- | Information and display strings for HIE's version
35
-- and the current project's version
46
module Haskell.Ide.Engine.Version where

0 commit comments

Comments
 (0)