packages feed

imbib-1.0.0: imbib.cabal

name:           imbib
version:        1.0.0
category:       Text
synopsis:       Minimalistic reference manager.
description:    
                The tool to facilitates the workflow: webbrowser -> bibtex file -> directory of .pdfs. The design is minimalistic (eg. no editor is included; emacs can be fired up by double right-clicking an entry).
                
license:        GPL
license-file:   LICENSE
author:         Jean-Philippe Bernardy
maintainer:     jeanphilippe.bernardy@gmail.com
Cabal-Version:  >= 1.8
tested-with:    GHC==6.12.2
build-type:     Simple

data-files:
  icon.svg
  .imbib

executable imbib
  main-is: Imbibed.hs
  extensions: TypeSynonymInstances, RecordWildCards, FlexibleInstances
  build-depends: base==4.*
  build-depends: mtl==1.1.*
  build-depends: parsec==2.1.*
  build-depends: process==1.0.*
  build-depends: filepath==1.1.*
  build-depends: directory==1.0.*
  build-depends: containers==0.*
  build-depends: bibtex==0.*
  build-depends: split==0.*
  build-depends: gtk==0.11.*
  build-depends: glib==0.11.*
  build-depends: download-curl==0.*
  build-depends: curl==1.3.*
  build-depends: bytestring==0.*
  build-depends: gnomevfs==0.11.*
  build-depends: utf8-string==0.3.*
  build-depends: ConfigFile==1.0.*
  
  other-modules:  
     BibDB Config MaybeIO TypedBibData BibAttach  BibFile  SuffixTreeCluster


executable imbibatch
  main-is: Batch.hs
  extensions: TypeSynonymInstances, RecordWildCards, FlexibleInstances, RankNTypes, GADTs
  build-depends: base==4.*
  build-depends: mtl==1.1.*
  build-depends: parsec==2.1.*
  build-depends: process==1.0.*
  build-depends: filepath==1.1.*
  build-depends: directory==1.0.*
  build-depends: containers==0.*
  build-depends: bibtex==0.*
  build-depends: split==0.*
  build-depends: bytestring==0.*
  build-depends: ConfigFile==1.0.*