-- Initial network-voicetext.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: network-voicetext version: 0.0.0.1 synopsis: VoiceText Web API wrapper description: VoiceText Web API Haskell wrapper library. -- description: homepage: https://github.com/zaneli/network-voicetext license: MIT license-file: LICENSE author: zaneli maintainer: zaneli -- copyright: category: Network build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository this type: git location: git@github.com:zaneli/network-voicetext.git tag: v0.0.0.1 library hs-source-dirs: src -- exposed-modules: exposed-modules: Network.VoiceText -- other-modules: other-modules: Network.VoiceText.Types -- other-extensions: build-depends: base >=4.6 && <4.8 , http-client-tls >=0.2 , http-conduit >=2.1 , http-types >=0.8 , bytestring >=0.10 , transformers >=0.3 , exceptions >=0.6 , utf8-string >=0.3 , resourcet >=1.1 -- hs-source-dirs: default-language: Haskell2010