diff options
Diffstat (limited to 'flameshot-once.cabal')
-rw-r--r-- | flameshot-once.cabal | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/flameshot-once.cabal b/flameshot-once.cabal new file mode 100644 index 0000000..c38a65b --- /dev/null +++ b/flameshot-once.cabal @@ -0,0 +1,24 @@ +name: flameshot-once +version: 1.0.0 +license: MIT +author: tv <tv@krebsco.de> +maintainer: tv <tv@krebsco.de> +build-type: Simple +cabal-version: >=1.10 + +executable flameshot-once + build-depends: + async, + base, + blessings, + dbus, + process, + iso8601-time, + text, + time, + unagi-chan, + unix + default-language: Haskell2010 + ghc-options: -O2 -Wall -threaded + hs-source-dirs: src + main-is: main.hs |