citation-resolve 0.3.0.2 → 0.3.0.3
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Text.CSL.Input.Identifier: db :: Simple Iso DB (Map String String)
Files
citation-resolve.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: citation-resolve-version: 0.3.0.2+version: 0.3.0.3 synopsis: convert document IDs such as DOI, ISBN, arXiv ID to bibliographic reference. description: This modules provides a way to convert document identifiers, such@@ -13,7 +13,7 @@ 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- <hackage.haskell.org/package/citeproc-hs> .+ <http://hackage.haskell.org/package/citeproc-hs> . .
src/Text/CSL/Input/Identifier.hs view
@@ -11,7 +11,7 @@ -- making the server load as little as possible. module Text.CSL.Input.Identifier- (resolveEither, resolve, withDBFile, DB(..))+ (resolveEither, resolve, withDBFile, DB(..), db) where import Control.Monad.IO.Class