aboutsummaryrefslogtreecommitdiff
path: root/hcel.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hcel.cabal')
-rw-r--r--hcel.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hcel.cabal b/hcel.cabal
index 13afc51..73708f4 100644
--- a/hcel.cabal
+++ b/hcel.cabal
@@ -56,7 +56,7 @@ library
executable haskell-code-indexer
main-is: Indexer.hs
ghc-options: -Wall -rtsopts -O2 -funbox-strict-fields
- other-modules: Paths_haskell_code_explorer
+ other-modules: Paths_hcel
hs-source-dirs: app
build-depends: IntervalMap
, aeson
@@ -73,7 +73,7 @@ executable haskell-code-indexer
, fast-logger
, monad-logger
, zlib
- , haskell-code-explorer
+ , hcel
default-language: Haskell2010
executable haskell-code-server
@@ -147,4 +147,4 @@ test-suite test
, process
, vector
, syb
- , haskell-code-explorer
+ , hcel