-- Initial moesocks.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: moesocks category: Network version: 0.1.0.9 license: Apache-2.0 synopsis: moe for all 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 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 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 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