diff options
author | Rutger Broekhoff | 2025-07-17 11:33:07 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2025-07-17 11:33:07 +0200 |
commit | a40d93a36f0dd9f493757d793321f38a58cbb21b (patch) | |
tree | 14abdcf30445ad4e17f1455ee141ccd162a4abd0 /rdcapsis.cabal | |
parent | 533ba31d0a03600f57ad46f6e55229a7f2b60994 (diff) | |
download | rdcapsis-a40d93a36f0dd9f493757d793321f38a58cbb21b.tar.gz rdcapsis-a40d93a36f0dd9f493757d793321f38a58cbb21b.zip |
Adwaita stuff (pre-destruction commit)
Diffstat (limited to 'rdcapsis.cabal')
-rw-r--r-- | rdcapsis.cabal | 7 |
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 | ||