aboutsummaryrefslogtreecommitdiff
path: root/haskell-code-explorer.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haskell-code-explorer.cabal')
-rw-r--r--haskell-code-explorer.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/haskell-code-explorer.cabal b/haskell-code-explorer.cabal
index 7b40c84..acd90ce 100644
--- a/haskell-code-explorer.cabal
+++ b/haskell-code-explorer.cabal
@@ -53,6 +53,7 @@ library
executable haskell-code-indexer
main-is: Indexer.hs
ghc-options: -Wall -rtsopts -O2 -funbox-strict-fields
+ other-modules: Paths_haskell_code_explorer
hs-source-dirs: app
build-depends: IntervalMap
, aeson