diff --git a/citation-resolve.cabal b/citation-resolve.cabal
--- a/citation-resolve.cabal
+++ b/citation-resolve.cabal
@@ -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> .
   
   .
 
diff --git a/src/Text/CSL/Input/Identifier.hs b/src/Text/CSL/Input/Identifier.hs
--- a/src/Text/CSL/Input/Identifier.hs
+++ b/src/Text/CSL/Input/Identifier.hs
@@ -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
