aboutsummaryrefslogtreecommitdiff
path: root/hcel.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hcel.cabal')
-rw-r--r--hcel.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcel.cabal b/hcel.cabal
index 99fde6d..34d7c2d 100644
--- a/hcel.cabal
+++ b/hcel.cabal
@@ -80,7 +80,7 @@ executable haskell-code-server
main-is: Server.hs
ghc-options: -Wall -O2 -rtsopts -funbox-strict-fields -threaded
hs-source-dirs: app,src
- other-modules: HaskellCodeExplorer.Types, Store
+ other-modules: HaskellCodeExplorer.Types, Paths_hcel, Store
build-depends: IntervalMap
, aeson
, base