diff options
Diffstat (limited to 'flameshot-once.cabal')
-rw-r--r-- | flameshot-once.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/flameshot-once.cabal b/flameshot-once.cabal index c38a65b..772c464 100644 --- a/flameshot-once.cabal +++ b/flameshot-once.cabal @@ -1,5 +1,5 @@ name: flameshot-once -version: 1.0.0 +version: 1.0.1 license: MIT author: tv <tv@krebsco.de> maintainer: tv <tv@krebsco.de> @@ -11,9 +11,11 @@ executable flameshot-once async, base, blessings, + bytestring, dbus, - process, iso8601-time, + process, + random, text, time, unagi-chan, |