Skip to content

Commit 65ff63b

Browse files
alanzjneira
authored andcommitted
WIP on integrating hlint using DAML approach
But getting a mismatch on ghc-lib vs GHC types for the call to hlint. Closes #32
1 parent c458182 commit 65ff63b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

haskell-language-server.cabal

+5
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@ library
7676
, gitrev
7777
, hashable
7878
, haskell-lsp == 0.22.*
79+
<<<<<<< HEAD
7980
, hie-bios ^>= 0.6.1
81+
=======
82+
, haskell-src-exts
83+
, hie-bios >= 0.4
84+
>>>>>>> WIP on integrating hlint using DAML approach
8085
, hslogger
8186
, lens
8287
, ormolu ^>= 0.1.2

0 commit comments

Comments
 (0)