packages feed

textlocal-0.1.0.0: textlocal.cabal

name:                textlocal
version:             0.1.0.0
synopsis:            Haskell wrapper for textlocal SMS gateway
description:         Please see README.md
homepage:            https://github.com/just-chow/textlocal
license:             BSD3
license-file:        LICENSE
author:              Sibi Prabakaran
maintainer:          sibi@psibi.in
copyright:           2016 Sibi Prabakaran
category:            Web
build-type:          Simple
bug-reports:         https://github.com/just-chow/textlocal/issues
-- extra-source-files:
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Network.Api.Types,
                       Network.Api.TextLocal
  build-depends:       base >= 4.7 && < 4.9,
                       text, 
                       bytestring,
                       unix-time,
                       http-client,
                       http-client-tls,
                       http-conduit,
                       aeson
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/githubuser/textlocal