packages feed

rbpcp-api-0.1.0.0: rbpcp-api.cabal

-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack

name:           rbpcp-api
version:        0.1.0.0
synopsis:       RESTful Bitcoin Payment Channel Protocol Servant API description
description:    RESTful Bitcoin Payment Channel Protocol (RBPCP) allows a client to send Bitcoin payments to a server by establishing a Bitcoin payment channel with the server in a standardized manner.
                This library provides Servant API endpoints for RBPCP.
                API spec: http://paychandoc.runeks.me/
category:       Finance Network Bitcoin
homepage:       http://paychandoc.runeks.me/
bug-reports:    https://github.com/runeksvendsen/haskell-rbpcp-api/issues
author:         Rune K. Svendsen
maintainer:     runesvend@gmail.com
license:        OtherLicense
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/runeksvendsen/haskell-rbpcp-api

library
  hs-source-dirs:
      src
  default-extensions: MultiParamTypeClasses FlexibleInstances
  build-depends:
      base                >=4.7     && <5
    , haskoin-core        >=0.4.0   && <0.5.0
    , base16-bytestring   >=0.1.0   && <0.2.0
    , bytestring          >=0.10.0  && <0.11.0
    , cereal              >=0.5.0   && <0.6.0
    , text                >=1.2.0   && <1.3.0
    , aeson               >=0.11.0  && <1.1
    , string-conversions  >=0.4     && <0.5
    , servant             >=0.8     && <0.10
  exposed-modules:
      RBPCP
      RBPCP.Types
      RBPCP.Api
      RBPCP.Callback
      RBPCP.Callback.Types
      RBPCP.Callback.Api
  other-modules:
      RBPCP.Internal.Orphans
      RBPCP.Internal.Types
      RBPCP.Internal.Util
      Paths_rbpcp_api
  default-language: Haskell2010