diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-10-11 23:30:56 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-10-11 23:30:56 +0200 |
commit | 80a6150610182eefa0deb1f0932d3b780456ca09 (patch) | |
tree | 4471a8ffecfc527d6b9c2a5c48e445e7a4d6a74f /frontend/frontend.cabal | |
parent | 2e0cf98254976e443ea7f693961fc105ed6cf563 (diff) |
use backend REST library for frontend
Diffstat (limited to 'frontend/frontend.cabal')
-rw-r--r-- | frontend/frontend.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/frontend.cabal b/frontend/frontend.cabal index 368049b..65b38f5 100644 --- a/frontend/frontend.cabal +++ b/frontend/frontend.cabal @@ -37,11 +37,13 @@ executable frontend build-depends: aeson, attoparsec, + backend, base, bytestring, common, containers, data-default, + exceptions, miso, mtl, neat-interpolation, |