neko-obfs-0.1.0.0: neko-obfs.cabal
-- Initial neko-obfs.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: neko-obfs
version: 0.1.0.0
synopsis: a TCP tunnel with packet length obfuscation
description: Just another tool that helps accessing the internet
license: Apache-2.0
license-file: LICENSE
author: Jinjing Wang
maintainer: nfjinjing@gmail.com
-- copyright:
category: Network
build-type: Simple
extra-source-files: ChangeLog.md
Readme.md
cabal-version: >=1.10
homepage: http://github.com/nfjinjing/neko-obfs
executable neko-obfs
main-is: Main.hs
other-modules: Helper
, Options
, Parser
, Type
, Unsafe
-- other-extensions:
build-depends: base >=4.9 && <4.10
, async
, attoparsec
, binary
, bytestring
, lens
, network
, network-simple
, optparse-generic
, pipes
, pipes-attoparsec
, pipes-network
, pipes-safe
, random
, text
, transformers
hs-source-dirs: src
default-language: Haskell2010