aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-08-16 18:44:54 +1000
committerYuchen Pei <hi@ypei.me>2022-08-16 18:44:54 +1000
commit9bd4fc8beb7a8482d7afce5f76856c17408f5f1c (patch)
tree5fedf74979d64e5aed920f26c2583c21ca2d87e9
parent78d6ac6f617d3bdb66c1709a17ed974199648b24 (diff)
fixing project renaming
-rw-r--r--app/Indexer.hs2
-rw-r--r--hcel.cabal6
2 files changed, 4 insertions, 4 deletions
diff --git a/app/Indexer.hs b/app/Indexer.hs
index 3b357a3..1c32f89 100644
--- a/app/Indexer.hs
+++ b/app/Indexer.hs
@@ -48,7 +48,7 @@ import Options.Applicative ( (<|>)
, strOption
, value
)
-import Paths_haskell_code_explorer as HSE
+import Paths_hcel as HSE
( version )
import System.Directory ( createDirectoryIfMissing )
import System.Exit ( ExitCode(..)
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