crypton-socks-0.6.1: crypton-socks.cabal
cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
name: crypton-socks
version: 0.6.1
synopsis: Socks proxy (ver 5)
description: Socks proxy (version 5) implementation.
category: Network
stability: experimental
homepage: http://github.com/mpilgrem/socks5
bug-reports: https://github.com/mpilgrem/socks5/issues
author: Vincent Hanquez <vincent@snarc.org>
maintainer: Mike Pilgrem <public@pilgrem.com>,
Kazu Yamamoto <kazu@iij.ad.jp>
copyright: Vincent Hanquez <vincent@snarc.org>
license: BSD3
license-file: LICENSE
build-type: Simple
extra-doc-files:
CHANGELOG.md
README.md
Example.hs
source-repository head
type: git
location: https://github.com/mpilgrem/socks5
library
exposed-modules:
Network.Socks5
Network.Socks5.Lowlevel
Network.Socks5.Types
other-modules:
Network.Socks5.Command
Network.Socks5.Conf
Network.Socks5.Parse
Network.Socks5.Wire
ghc-options: -Wall -fno-warn-missing-signatures -fwarn-tabs
build-depends:
base >=3 && <5
, basement
, bytestring
, cereal >=0.3.1
, network >=2.6
default-language: Haskell2010