-
Notifications
You must be signed in to change notification settings - Fork 33
/
greenclip.cabal
48 lines (45 loc) · 1.14 KB
/
greenclip.cabal
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack
name: greenclip
version: 4.0.0
synopsis: Simple clipboard manager to be integrated with rofi
description: Simple clipboard manager to be integrated with rofi - Please see README.md
category: Linux Desktop
homepage: https://github.com/erebe/greenclip#readme
author: Erèbe - Romain GERARD
maintainer: [email protected]
copyright: 2016 Erèbe
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
executable greenclip
main-is: Main.hs
hs-source-dirs:
src
ghc-options: -Wall -O3 -Wno-name-shadowing
build-depends:
base >= 4 && < 5
, protolude
, exceptions
, bytestring
, text
, vector
, hashable
, binary
, microlens
, microlens-mtl
, directory
, unix
, directory
, wordexp
, tomland
, X11 >= 1.6
other-modules:
Clipboard
default-language: Haskell2010
default-extensions: Strict
pkgconfig-depends: x11, xcb, xau, xdmcp, xscrnsaver