cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack

name:           proxy
version:        0.1.0.0
category:       System
author:         Igor Polyakov
maintainer:     iop_jr@yahoo.com
copyright:      2025 Igor Polyakov
license:        MIT
build-type:     Simple

library
  exposed-modules:
      ConfigParser
      Tproxy
      Ip
      Udp2Raw
  other-modules:
      Paths_proxy
  hs-source-dirs:
      src
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , containers
    , directory
    , dns
    , network
    , process
    , split
    , text
    , unix
    , yaml
  default-language: Haskell2010

executable tproxy-controller
  main-is: Controller.hs
  other-modules:
      Paths_proxy
  hs-source-dirs:
      app
  default-extensions:
      ScopedTypeVariables
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , containers
    , directory
    , dns
    , network
    , process
    , proxy
    , split
    , text
    , unix
    , yaml
  default-language: Haskell2010