forked from jmillikin/haskell-gnome-keyring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gnome-keyring.cabal
53 lines (44 loc) · 1.35 KB
/
gnome-keyring.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
49
50
51
52
53
name: gnome-keyring
version: 0.3.1.1
license: GPL-3
license-file: LICENSE
author: John Millikin <[email protected]>
maintainer: Nick Pershyn <[email protected]>
build-type: Simple
cabal-version: >= 1.6
category: Desktop
stability: unstable
homepage: https://github.com/LinuxUser404/haskell-gnome-keyring
bug-reports: https://github.com/LinuxUser404/haskell-gnome-keyring/issues
synopsis: Bindings for libgnome-keyring
description:
The GNOME Keyring is a service for securely storing per-user secret
information, such as passwords and encryption keys. This library is a
binding to the libgnome-keyring C library.
.
Documentation for the original library is available at
<http://library.gnome.org/devel/gnome-keyring/stable/>.
extra-source-files: ChangeLog.md, README.md
authors.txt
"documentation license.txt"
source-repository head
type: git
location: https://github.com/LinuxUser404/haskell-gnome-keyring.git
source-repository this
type: git
location: https://github.com/LinuxUser404/haskell-gnome-keyring.git
tag: haskell-gnome-keyring_0.3.1.1
library
hs-source-dirs: lib
ghc-options: -Wall
build-depends:
base >= 4.0 && < 5.0
, text >= 0.7
, bytestring >= 0.9
, time >= 1.1
build-tools:
c2hs >= 0.16
extra-libraries: gnome-keyring
pkgconfig-depends: gnome-keyring-1
exposed-modules:
Gnome.Keyring