diff options
Diffstat (limited to 'haskell-code-explorer.cabal')
-rw-r--r-- | haskell-code-explorer.cabal | 1 |
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 |