packages feed

colchis-0.2.0.3: colchis.cabal

name:          colchis
version:       0.2.0.3
license:       BSD3
license-file:  LICENSE
data-files:    
author:        Daniel Díaz Carrete
maintainer:    diaz_carrete@yahoo.com
category:      Network
build-type:    Simple
cabal-version: >= 1.10
Synopsis:      Rudimentary JSON-RPC 2.0 client over raw TCP. 
Description:   Rudimentary JSON-RPC 2.0 client over raw TCP.

Extra-Source-Files:
    README.md
    CHANGELOG

Library
    default-language: Haskell2010
    hs-source-dirs: src
    exposed-modules: 
        Network.Colchis
        Network.Colchis.Protocol
        Network.Colchis.Protocol.JSONRPC20
        Network.Colchis.Protocol.JSONRPC20.Request
        Network.Colchis.Protocol.JSONRPC20.Response
        Network.Colchis.Transport
        Network.Colchis.Transport.TCP
    other-modules: 
    build-depends:         
        base >= 4.4 && < 5,
        transformers >= 0.4 && < 0.5,
        pipes >= 4.1.2 && < 4.2,
        pipes-attoparsec == 0.5.*,
        pipes-aeson >= 0.4 && < 0.5,
        pipes-network >= 0.6.4 && < 0.7,
        network-simple >= 0.4.0.2 && <= 0.5,
        aeson >=0.7 && < 0.9,
        text >= 0.11.2 && < 1.2.1,
        conceit >= 0.2.1 && < 0.3,
        network >= 2.4

Source-repository head
    type:     git
    location: https://github.com/danidiaz/colchis.git