smsaero-0.1: smsaero.cabal
name: smsaero
version: 0.1
synopsis: SMSAero API and HTTP client based on servant library.
description: Please see README.md
homepage: https://github.com/GetShopTV/smsaero
license: BSD3
license-file: LICENSE
author: Nickolay Kudasov
maintainer: nickolay@getshoptv.com
-- copyright:
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
SMSAero
SMSAero.API
SMSAero.Client
SMSAero.Utils
build-depends: base >= 4.7 && < 5
, either
, servant == 0.4.*
, servant-client
, aeson
, text
, time
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/GetShopTV/smsaero.git