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.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell-code-explorer.cabal b/haskell-code-explorer.cabal
index 9ecfcd6..4a58af3 100644
--- a/haskell-code-explorer.cabal
+++ b/haskell-code-explorer.cabal
@@ -76,7 +76,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
+ other-modules: HaskellCodeExplorer.Types, Store
build-depends: IntervalMap
, aeson
, base
@@ -110,6 +110,7 @@ executable haskell-code-server
, data-default
, pagination
, file-embed
+ , mmap
if impl(ghc >= 8.4.3)
build-depends: ghc-compact