-- Initial inspection-proxy.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: inspection-proxy version: 0.1.0.1 synopsis: A simple proxy for debugging plaintext protocols communication description: A command line utility to be launched as an intermediary plaintext service (http, memcache, etc) for easy inspection and debugging license: OtherLicense license-file: LICENSE author: Marius Ghita maintainer: mhitza@gmail.com -- copyright: category: Testing build-type: Simple cabal-version: >=1.8 source-repository head type: git location: https://github.com/mhitza/inspection-proxy executable inspection-proxy main-is: Main.hs ghc-options: -Wall -threaded -O3 -- other-modules: build-depends: base >=4.5 && <=4.6.0.1, pipes-network <=0.4, pipes ==3.2.0, bytestring >=0.9, async >=2.0, cmdargs >=0.10