name: gnome-keyring
version: 0.3.1.1
license: GPL-3
license-file: LICENSE
author: John Millikin <jmillikin@gmail.com>
maintainer: Nick Pershyn <nikolay.pershyn@gmail.com>
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