name: smsaero version: 0.2 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: (c) 2015, GetShopTV category: Web build-type: Simple extra-source-files: README.md , CHANGELOG.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