-- Initial cmcv.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: BlastHTTP -- 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 x-revision: 2 synopsis: Libary to interface with the NCBI blast REST interface description: Searches for a provided nucleotide or protein sequence with the NCBI Blast REST service and returns a blast result in xml format as BlastResult datatype. . For more information on BLAST refer to: . . Information on the webservice can be found at: . . If you plan to submit more than 20 searches in one session, please look up the Usage Guidelines in the webservice information. license: GPL-3 license-file: LICENSE author: Florian Eggenhofer maintainer: florian.eggenhofer@univie.ac.at -- copyright: homepage: https://github.com/eggzilla/BlastHTTP category: Bioinformatics build-type: Simple cabal-version: >=1.8 source-repository head type: git location: https://github.com/eggzilla/BlastHTTP source-repository this type: darcs location: https://github.com/eggzilla/BlastHTTP/tree/1.0.1 tag: 1.0.1 library -- Modules exported by the library. exposed-modules: Bio.BlastHTTP -- Modules included in this library but not exported. -- other-modules: -- Other library packages from which modules are imported. build-depends: base >=4.5 && <5, transformers, bytestring, conduit, HTTP, http-conduit, hxt, network, mtl, blastxml, biocore -- Directories containing source files. hs-source-dirs: src