diff options
author | 2025-02-19 17:36:34 +0100 | |
---|---|---|
committer | 2025-02-19 17:36:34 +0100 | |
commit | d0d1215913dbdd44b62cf584100a9db18aaf83b2 (patch) | |
tree | dc90ef41dd679712dcd5a809560a5818ccaa7839 /common/common.cabal | |
parent | 1cd156c349d508f5e4638de0fc6370c30b0ac01d (diff) |
fix frontend build
Diffstat (limited to 'common/common.cabal')
-rw-r--r-- | common/common.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/common.cabal b/common/common.cabal index 2c98a47..d67e5d6 100644 --- a/common/common.cabal +++ b/common/common.cabal @@ -18,5 +18,6 @@ library build-depends: aeson, base, + miso, split, text |