-- Initial citation-resolve.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: citation-resolve version: 0.2.1 synopsis: convert document IDs such as DOI, ISBN, arXiv ID to bibliographic reference. description: This modules provides a way to convert document identifiers, such as DOIs, ISBNs, arXiv IDs to bibliographic references. . Each type of identifiers will be converted via internet services to a bibliographic record of type 'Text.CSL.Reference' , which in turn can be rendered in various format using @citeproc-hs@ package . . Moreover, the server responses are cached in a local database, making the server load as little as possible. homepage: https://github.com/nushio3/citation-resolve license: BSD3 license-file: LICENSE author: Takayuki Muranushi maintainer: muranushi@gmail.com -- copyright: category: Text build-type: Simple cabal-version: >=1.8 Data-Files: bibtex.csl library exposed-modules: Text.CSL.Input.Identifier Text.CSL.Input.Identifier.Internal other-modules: Paths_citation_resolve build-depends: base >=4.5 && <5 , bytestring >= 0.9.2.1 , citeproc-hs >= 0.3.7 , curl >= 1.3.8 , directory >= 1.2 , download-curl >= 0.1.4 , MissingH >= 1.1 -- , hxt >= 9.3.1 -- TODO: treat xsl more properly -- , hxt-xslt >= 9.1.1 -- using these libraries. , persistent >= 1.1.4 , persistent-template >= 1.1.2 , persistent-sqlite >= 1.1.2 , process >= 1.1 , resourcet >= 0.4.4 , text >= 0.11 , transformers >= 0.3 Test-Suite doctest Type: exitcode-stdio-1.0 HS-Source-Dirs: test Ghc-Options: -threaded -Wall Main-Is: doctests.hs Build-Depends: base , directory >= 1.1 , filepath >= 1.2 , MissingH >= 1.1 , doctest >= 0.9.3 Test-Suite spec Type: exitcode-stdio-1.0 Hs-Source-Dirs: test Ghc-Options: -Wall Main-Is: Spec.hs Other-Modules: Build-Depends: base >=4.5 && < 5 , binary-search , hspec >= 1.3 , QuickCheck >= 2.5 Source-Repository head Type: git Location: https://github.com/nushio3/citation-resolve