hsdev 0.1.5.0 → 0.1.5.1
raw patch · 2 files changed
+2/−1 lines, 2 filesdep ~haskell-src-exts
Dependency ranges changed: haskell-src-exts
Files
- hsdev.cabal +1/−1
- src/HsDev/Server/Commands.hs +1/−0
hsdev.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: hsdev -version: 0.1.5.0 +version: 0.1.5.1 synopsis: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc. description: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references, hayoo search etc.
src/HsDev/Server/Commands.hs view
@@ -23,6 +23,7 @@ import qualified Data.Map as M import Data.Maybe import qualified Data.Text as T (pack) +import Data.Traversable (for) import Network.Socket hiding (connect) import qualified Network.Socket as Net hiding (send) import qualified Network.Socket.ByteString as Net (send)