name: haskell-postal version: 0.2.1.0 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: Fábián Tamás László copyright: 2018 Fábián Tamás László category: Natural Language Processing build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: NLP.Postal default-language: Haskell2010 pkgconfig-depends: libpostal ghc-options: -Wall -fPIC build-depends: base >= 4.7 && < 5 , bytestring >= 0.10 && < 0.11 , text >= 1.2 && < 1.3 , inline-c >= 0.6 && < 0.7 test-suite spec type: exitcode-stdio-1.0 hs-source-dirs: test , src main-is: Spec.hs default-language: Haskell2010 pkgconfig-depends: libpostal ghc-options: -Wall build-depends: base >= 4.7 && < 5 , bytestring >= 0.10 && < 0.11 , text >= 1.2 && < 1.3 , inline-c >= 0.6 && < 0.7 , hspec >= 2.5 && < 2.6 other-modules: NLP.Postal , NLP.Postal.PostalSpec source-repository head type: git location: https://github.com/netom/haskell-postal