From fb5636483871fbafe9b286b377c339c8ddf8b4f8 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 7 Feb 2019 18:42:36 +0100 Subject: initial commit --- flameshot-once.cabal | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 flameshot-once.cabal (limited to 'flameshot-once.cabal') 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 +maintainer: tv +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 -- cgit v1.2.3