name: gnome-keyring version: 0.3 license: GPL-3 license-file: license.txt author: John Millikin maintainer: John Millikin build-type: Simple cabal-version: >= 1.6 category: Desktop stability: unstable homepage: https://john-millikin.com/software/haskell-gnome-keyring/ bug-reports: mailto:jmillikin@gmail.com 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 . extra-source-files: authors.txt "documentation license.txt" source-repository head type: bazaar location: https://john-millikin.com/branches/haskell-gnome-keyring/0.3/ source-repository this type: bazaar location: https://john-millikin.com/branches/haskell-gnome-keyring/0.3/ tag: haskell-gnome-keyring_0.3 library hs-source-dirs: lib ghc-options: -Wall -O2 build-depends: base >= 4.0 && < 5.0 , text >= 0.7 , bytestring >= 0.9 && < 0.10 , time >= 1.1 build-tools: c2hs >= 0.16 extra-libraries: gnome-keyring pkgconfig-depends: gnome-keyring-1 exposed-modules: Gnome.Keyring