diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-23 21:54:56 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-27 23:27:04 +0200 |
commit | 75479fb3c43eb6820925e0a4916b59807d78ca64 (patch) | |
tree | ca7af8a07b7ce32ad15b87881ac54c804c94827f /erebos-webapp.cabal | |
parent | d8cc8d11866a3eaa77b2e0d12b870bc9f23c8e6f (diff) |
Search for peer based on URL parameter
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r-- | erebos-webapp.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal index 3c91fc1..703a583 100644 --- a/erebos-webapp.cabal +++ b/erebos-webapp.cabal @@ -59,6 +59,7 @@ executable erebos-webapp bytestring ^>= { 0.12 }, erebos ^>= { 0.1.8 }, ghc-experimental ^>= { 9.1201, 9.1202 }, + http-types ^>= { 0.12.4 }, mtl ^>= { 2.3 }, text ^>= { 2.1 }, time ^>= { 1.14 }, |