summaryrefslogtreecommitdiff
path: root/erebos-webapp.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-03-31 21:55:35 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-03-31 21:55:35 +0200
commit1eacd0f0b02c40c94d063d4cebc2343c882f50bb (patch)
tree2fd56111ee9fe89aff876eaeabf07f45756c0a53 /erebos-webapp.cabal
parent5f54bb5ec58a7210fa8682aca5f9a356310afa6c (diff)
Version 0.1HEADv0.1.0master
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r--erebos-webapp.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal
index 788984c..c59829d 100644
--- a/erebos-webapp.cabal
+++ b/erebos-webapp.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: erebos-webapp
-version: 0.1.0.0
+version: 0.1.0
-- synopsis:
-- description:
homepage: https://erebosprotocol.net
@@ -56,11 +56,12 @@ executable erebos-webapp
-- other-extensions:
build-depends:
+ erebos == 0.2.1,
+
base ^>= { 4.21 },
blaze-html ^>= { 0.9 },
bytestring ^>= { 0.12 },
containers ^>= { 0.7, 0.8 },
- erebos ^>= { 0.2.1 },
ghc-experimental ^>= { 9.1201, 9.1202 },
http-types ^>= { 0.12.4 },
mtl ^>= { 2.3 },