EntrezHTTP 1.0.0 → 1.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~transformers
Dependency ranges changed: transformers
Files
- EntrezHTTP.cabal +4/−4
EntrezHTTP.cabal view
@@ -7,7 +7,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.0.0+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. .@@ -37,8 +37,8 @@ source-repository this type: darcs- location: https://github.com/eggzilla/EntrezHTTP/tree/v1.0.0- tag: v1.0.0+ location: https://github.com/eggzilla/EntrezHTTP/tree/v1.0.1+ tag: v1.0.1 library -- Modules exported by the library.@@ -50,7 +50,7 @@ -- compiler options: ghc-options: -Wall -O2 -- Other library packages from which modules are imported.- build-depends: base >=4.5 && <5, transformers, bytestring, conduit, HTTP, http-conduit, hxt, network, mtl, biocore, Taxonomy+ 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