diff --git a/haskell-postal.cabal b/haskell-postal.cabal
--- a/haskell-postal.cabal
+++ b/haskell-postal.cabal
@@ -1,12 +1,12 @@
 name:                haskell-postal
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Haskell binding for the libpostal library
 description:         Provides an interface for the libpostal NLP library
 homepage:            https://github.com/netom/haskell-postal#readme
 license:             MIT
 license-file:        LICENSE
-author:              Fábián Tamás László
-maintainer:          giganetom@gmail.com
+author:              Fábián Tamás László <giganetom@gmail.com>
+maintainer:          Fábián Tamás László <giganetom@gmail.com>
 copyright:           2018 Fábián Tamás László
 category:            Natural Language Processing
 build-type:          Simple
@@ -15,8 +15,7 @@
 
 library
   hs-source-dirs:      src
-  exposed-modules:
-      NLP.Postal
+  exposed-modules:     NLP.Postal
   default-language:    Haskell2010
   pkgconfig-depends:   libpostal
   ghc-options:         -Wall -fPIC
diff --git a/src/NLP/Postal.hs b/src/NLP/Postal.hs
--- a/src/NLP/Postal.hs
+++ b/src/NLP/Postal.hs
@@ -3,6 +3,16 @@
 {-# LANGUAGE OverloadedStrings #-}
 {-# LANGUAGE RecordWildCards #-}
 
+{-|
+Module      : NLP.Postal
+Description : Haskell binding for the libpostal library
+Copyright   : 2018 Fábián Tamás László
+License     : MIT
+Maintainer  : Fábián Tamás László <giganetom@gmail.com>
+Stability   : alpha
+
+Provides an interface for the libpostal NLP library
+-}
 module NLP.Postal
     ( AddressParserOptions
     , NormalizeOptions
