name: phone-numbers version: 0.0.2 license: BSD3 license-file: LICENSE homepage: https://github.com/christian-marie/phone-numbers bug-reports: https://github.com/christian-marie/phone-numbers category: Data author: Christian Marie maintainer: Christian Marie stability: experimental synopsis: Haskell bindings to the libphonenumber library cabal-version: >= 1.8 build-type: Simple description: Basic phone number parsing, largely incomplete, please submit a pull request or issue if you'd like more exposed. extra-source-files: cbits/*.cc include/*.h library hs-source-dirs: lib c-sources: cbits/phone-numbers.cc extra-libraries: phonenumber, stdc++ include-dirs: include exposed-modules: Data.PhoneNumber Data.PhoneNumber.LowLevel other-modules: Data.PhoneNumber.FFI build-depends: base == 4.*, bytestring ghc-options: -Wall source-repository head type: git location: https://github.com/christian-marie/phone-numbers