diff options
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 | ||