packages feed

EntrezHTTP-1.0.1: EntrezHTTP.cabal

-- Initial cmcv.cabal generated by cabal init. For further documentation, 
-- see http://haskell.org/cabal/users-guide/
name:                EntrezHTTP
-- The package version.  See the Haskell package versioning policy (PVP) 
-- for standards guiding when and how versions should be incremented.
-- http://www.haskell.org/haskellwiki/Package_versioning_policy
-- PVP summary:      +-+------- breaking API changes
--                   | | +----- non-breaking API additions
--                   | | | +--- code changes with no API change
version:             1.0.1
synopsis:            Libary to interface with the NCBI Entrez REST service.
description:         EntrezHTTP provides functions to query the NCBI entrez REST interface.
                     .
		     There are multiple different databases and tools, so called eutils,
		     provided by the service.
		     .
                     For more information on Entrez refer to: <http://www.ncbi.nlm.nih.gov/gquery/>.
                     .
                     Information on the webservice can be found at: <http://www.ncbi.nlm.nih.gov/books/NBK25497/>.
                     .
                     If you plan to include the library in a tool, register it as explained <http://www.ncbi.nlm.nih.gov/books/NBK25497/#chapter2.Usage_Guidelines_and_Requiremen here>.
                     
license:             GPL-3
license-file:        LICENSE
author:              Florian Eggenhofer
maintainer:          egg@tbi.univie.ac.at
-- copyright:
homepage:	     https://github.com/eggzilla/EntrezHTTP
category:            Bioinformatics

build-type:          Simple
cabal-version:       >=1.8

source-repository head
  type:     git
  location: https://github.com/eggzilla/EntrezHTTP

source-repository this
  type:     darcs
  location: https://github.com/eggzilla/EntrezHTTP/tree/v1.0.1
  tag:      v1.0.1

library
  -- Modules exported by the library.
  exposed-modules:     Bio.EntrezHTTP, Bio.EntrezHTTPData
  
  -- Modules included in this library but not exported.
  -- other-modules:       
  
  -- compiler options: 
  ghc-options:         -Wall -O2
  -- Other library packages from which modules are imported.
  build-depends:       base >=4.5 && <5, transformers >= 0.4 && <0.5, bytestring, conduit, HTTP, http-conduit, hxt, network, mtl, biocore, Taxonomy
  
  -- Directories containing source files.
  hs-source-dirs:      src