name: gnome-keyring version: 0.2.2 synopsis: Bindings for libgnome-keyring license: GPL-3 license-file: license.txt author: John Millikin maintainer: jmillikin@gmail.com build-type: Simple cabal-version: >=1.6 category: Desktop stability: unstable bug-reports: mailto:jmillikin@gmail.com homepage: http://ianen.org/haskell/bindings/gnome-keyring/ tested-with: GHC==6.12.1 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" library ghc-options: -Wall -fno-warn-unused-do-bind build-depends: base >=4 && < 5 , text >= 0.2 && < 0.3 , bytestring >= 0.9 && < 0.10 , containers >= 0.3 && < 0.4 , time >= 1.2 && < 1.3 build-tools: c2hs >= 0.16 exposed-modules: Gnome.Keyring Gnome.Keyring.Item Gnome.Keyring.Keyring Gnome.Keyring.NetworkPassword Gnome.Keyring.Operation other-modules: Gnome.Keyring.Internal.FFI Gnome.Keyring.Internal.Operation Gnome.Keyring.Internal.Types Gnome.Keyring.ItemInfo Gnome.Keyring.KeyringInfo Gnome.Keyring.Misc extra-libraries: gnome-keyring pkgconfig-depends: gnome-keyring-1