packages feed

iap-verifier-0.1.0.1: iap-verifier.cabal

-- Initial iap-verifier.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                iap-verifier
version:             0.1.0.1
synopsis:            A simple wrapper of In-App-Purchase receipt validate APIs.
-- description:
homepage:            http://github.com/tattsun/iap-verifier
license:             MIT
license-file:        LICENSE
author:              tattsun
maintainer:          t.t.mc1192.sf@gmail.com
-- copyright:
category:            Network
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

source-repository head
  type:     git
  location: https://github.com/tattsun/iap-verifier.git

library
  exposed-modules:     Network.IAP.Verifier
  -- other-modules:
  -- other-extensions:
  build-depends:       aeson >= 0.8.0.2
                     , base >=4.7 && <4.8
                     , base64-bytestring >= 1.0.0.1
                     , bytestring >= 0.10.4.0
                     , conduit >= 1.2.4.2
                     , http-conduit >= 2.1.5
                     , monads-tf >= 0.1.0.2
                     , text >= 1.2.0.6
                     , transformers >= 0.3.0.0
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -W