packages feed

notmuch-haskell-1.0.0.3: notmuch-haskell.cabal

Name: notmuch-haskell
Version: 1.0.0.3
Cabal-Version: >= 1.6
Author: Bart Massey <bart@cs.pdx.edu>
Maintainer: Bart Massey <bart@cs.pdx.edu>
Copyright: © 2010 Bart Massey
License: LGPL
License-file: COPYING
Synopsis: Binding for notmuch MUA library
Category: Email, Foreign
Build-Type: Simple
Stability: Experimental
Bug-Reports: mailto:bart@cs.pdx.edu
Description:
   This is a half-assed higher-level Haskell binding
   for the Notmuch (notmuchmail.org) email indexing library.

Library
  Build-Depends: base >= 4.5 && < 6, containers >= 0.4.2 && < 5,
                 time >= 1.4 && < 2, filepath >= 0.1.3 && < 2
  Exposed-Modules: Foreign.Notmuch
  Other-Modules: Foreign.NOTMUCH_H
  Extra-Libraries: notmuch
  GHC-Options: -Wall

Executable notmuch-test
  main-is: NotmuchTest.hs
  other-modules: Foreign.Notmuch Foreign.NOTMUCH_H
  build-depends: base >= 4.5 && < 6, old-locale >= 1 && < 2,
                 parseargs >= 0.1.3 && < 2
  Extra-Libraries: notmuch
  GHC-Options: -Wall

Source-repository head
  type: git
  location: git://github.com/BartMassey/notmuch-haskell.git

Source-repository this
  type: git
  location: git://github.com/BartMassey/notmuch-haskell.git
  tag: v1.0.0.3