name: hzaif version: 0.1.0.0 synopsis: This package is Zaif Exchange Api wrapper description: zaif is Bitcoin/Monacoin trading marketplace in Japan, And this package uses zaif exchange api. homepage: http://github.com/i-amd3/hzaif bug-reports: http://github.com/i-amd3/hzaif/issues license: BSD3 license-file: LICENSE author: I am D maintainer: d.kupanhy@gmail.com copyright: Copyright (C) 2015-2016, I amd D category: Web build-type: Simple stability: stable cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: ZaifExchangeAPI , ZaifExchangeAPI.Type , ZaifExchangeAPI.Util , ZaifExchangeAPI.Public build-depends: base >= 4.7 && < 5 , http-conduit , text , bytestring , aeson default-language: Haskell2010 executable hzaif-exe hs-source-dirs: app main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , hzaif default-language: Haskell2010 test-suite hzaif-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , hzaif ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/i-amd3/hzaif