aboutsummaryrefslogtreecommitdiff
path: root/haskell-code-explorer.cabal
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2018-11-07 18:31:43 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2018-11-07 18:31:43 +0300
commita3b2321f7781c98c2863a54a339af73a6d6d0050 (patch)
tree699d0515971f8cdc68cc874d1042e2eec31a50fa /haskell-code-explorer.cabal
parent8f57cf6d73d591068b970729add2f1dec42b1819 (diff)
Embed static assets in haskell-code-server executable.
When there is no --js-path option, haskell-code-server serves embedded static assets.
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 d62a598..9ecfcd6 100644
--- a/haskell-code-explorer.cabal
+++ b/haskell-code-explorer.cabal
@@ -109,6 +109,7 @@ executable haskell-code-server
, optparse-applicative
, data-default
, pagination
+ , file-embed
if impl(ghc >= 8.4.3)
build-depends: ghc-compact