summaryrefslogtreecommitdiffstats
path: root/rdcapsis.cabal
diff options
context:
space:
mode:
authorRutger Broekhoff2025-07-17 11:33:07 +0200
committerRutger Broekhoff2025-07-17 11:33:07 +0200
commita40d93a36f0dd9f493757d793321f38a58cbb21b (patch)
tree14abdcf30445ad4e17f1455ee141ccd162a4abd0 /rdcapsis.cabal
parent533ba31d0a03600f57ad46f6e55229a7f2b60994 (diff)
downloadrdcapsis-a40d93a36f0dd9f493757d793321f38a58cbb21b.tar.gz
rdcapsis-a40d93a36f0dd9f493757d793321f38a58cbb21b.zip
Adwaita stuff (pre-destruction commit)
Diffstat (limited to 'rdcapsis.cabal')
-rw-r--r--rdcapsis.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/rdcapsis.cabal b/rdcapsis.cabal
index 5814782..20afc21 100644
--- a/rdcapsis.cabal
+++ b/rdcapsis.cabal
@@ -20,8 +20,6 @@ executable rdcapsis
20 build-depends: 20 build-depends:
21 base ^>=4.20.0.0, 21 base ^>=4.20.0.0,
22 parsec, 22 parsec,
23 brick,
24 vty,
25 cassava, 23 cassava,
26 Decimal, 24 Decimal,
27 text, 25 text,
@@ -32,4 +30,7 @@ executable rdcapsis
32 bytestring, 30 bytestring,
33 regex-tdfa, 31 regex-tdfa,
34 tz, 32 tz,
35 pretty-simple 33 pretty-simple,
34 gi-adwaita,
35 gi-gtk4,
36 haskell-gi-base