haskell-postal 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+14/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- haskell-postal.cabal +4/−5
- src/NLP/Postal.hs +10/−0
haskell-postal.cabal view
@@ -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
src/NLP/Postal.hs view
@@ -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