n2o-protocols-0.11.0: n2o-protocols.cabal
name: n2o-protocols
version: 0.11.0
description: N2O Protocols: Interfaces and Implementations
homepage: https://github.com/xafizoff/n2o#readme
bug-reports: https://github.com/xafizoff/n2o/issues
author: Marat Khafizov
maintainer: xafizoff@gmail.com
copyright: 2018 Marat Khafizov (c)
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files: README.md
category: Network, N2O, Web
synopsis: N2O Protocols Starter Pack
source-repository head
type: git
location: https://github.com/xafizoff/n2o
library
exposed-modules: Network.N2O.Protocols
, Network.N2O.Protocols.Types
, Network.N2O.Protocols.Nitro
, Network.N2O.Protocols.Client
other-modules:
Paths_n2o_protocols
hs-source-dirs:
src
build-depends: base >= 4.7 && < 5
, n2o == 0.11.0
, nitro == 0.11.0
, bytestring >= 0.10
, binary >= 0.5
, bert >= 1.2
, containers >= 0.5
, base64-bytestring >= 1.0
default-language: Haskell2010