name: moesocks category: Network version: 0.1.0.15 license: Apache-2.0 synopsis: A functional firewall killer description: A socks5 proxy using the client / server architecture. homepage: https://github.com/nfjinjing/moesocks license-file: LICENSE author: Jinjing Wang maintainer: Jinjing Wang build-type: Simple cabal-version: >=1.10 copyright: Copyright (C) 2015 Jinjing Wang tested-with: GHC == 7.10.1 extra-source-files: config.json , README.md , CHANGELOG.md source-repository head type: git location: git://github.com/nfjinjing/moesocks.git executable moesocks main-is: Main.hs ghc-options: -Wall -fno-warn-unused-do-bind -threaded -rtsopts "-with-rtsopts=-N" build-depends: base > 4 && <= 5 , lens , network , binary , bytestring , unix , attoparsec , text , random , optparse-applicative , aeson , unordered-containers , HsOpenSSL , containers , cryptohash , safe , hslogger , transformers , mtl , stm , async , time hs-source-dirs: src default-language: Haskell2010 other-modules: Network.MoeSocks.App Network.MoeSocks.BuilderAndParser Network.MoeSocks.Config Network.MoeSocks.Constant Network.MoeSocks.Helper Network.MoeSocks.Internal.ShadowSocks.Encrypt Network.MoeSocks.Options Network.MoeSocks.Type Network.MoeSocks.Common Network.MoeSocks.TCP Network.MoeSocks.UDP