Skip to content

Commit 5fc619c

Browse files
committed
for fix
1 parent d408b40 commit 5fc619c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lsp-test/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for lsp-test
22

3-
## HEAD
3+
## 0.15.0.1
44

55
* Adds helper functions to resolve code lens, code actions, and completion items.
66

lsp-test/src/Language/LSP/Test.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ import System.FilePath
142142
import System.Process (ProcessHandle, CreateProcess)
143143
import qualified System.FilePath.Glob as Glob
144144
import Control.Monad.State (execState)
145+
import Data.Traversable (for)
145146

146147
-- | Starts a new session.
147148
--

0 commit comments

Comments
 (0)