From 0424c14c025cfff55d212b562c743313494efe81 Mon Sep 17 00:00:00 2001 From: Schell Scivally Date: Thu, 13 Aug 2015 15:19:15 -0700 Subject: [PATCH] added FindSymbol to other-modules --- hdevtools.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hdevtools.cabal b/hdevtools.cabal index 381e297..4cb0bc7 100644 --- a/hdevtools.cabal +++ b/hdevtools.cabal @@ -1,5 +1,5 @@ name: hdevtools -version: 0.1.2.0 +version: 0.1.2.1 synopsis: Persistent GHC powered background server for FAST haskell development tools description: 'hdevtools' is a backend for text editor plugins, to allow for things such as @@ -52,6 +52,7 @@ executable hdevtools CommandArgs, CommandLoop, Daemonize, + FindSymbol, Info, Main, Server,