summaryrefslogtreecommitdiffstats
path: root/flameshot-once.cabal
blob: 2d5156f9ff64f864219b3b2f0f0e0530b5ac49d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: flameshot-once
version: 1.4.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,
    bytestring,
    dbus,
    iso8601-time,
    process,
    random,
    text,
    time,
    unagi-chan,
    unix
  default-language: Haskell2010
  ghc-options: -O2 -Wall -threaded
  hs-source-dirs: src
  main-is: main.hs