diff options
author | tv <tv@krebsco.de> | 2019-02-07 22:05:33 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-02-07 22:08:44 +0100 |
commit | 03623ce6c011c1e85df7d91aed4458c098ff22ff (patch) | |
tree | 5a1a44376beb1bd6b12c20fbc4272188e9d7f677 /flameshot-once.cabal | |
parent | fb5636483871fbafe9b286b377c339c8ddf8b4f8 (diff) |
Main.app: call graphicCapture directlyv1.0.1
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, |