name: haskell-postal version: 0.1.0.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: giganetom@gmail.com 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 , containers >= 0.5.11 && < 0.6 , bytestring >= 0.10.8 && < 0.11 , text >= 1.2.3 && < 1.3 , inline-c >= 0.6.1 && < 0.7 executable haskell-postal hs-source-dirs: src main-is: main.hs default-language: Haskell2010 pkgconfig-depends: libpostal ghc-options: -Wall build-depends: base >= 4.7 && < 5 , containers , bytestring , text , inline-c other-modules: NLP.Postal source-repository head type: git location: https://github.com/netom/haskell-postal