dprox-0.1.0: dprox.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0f621c1a70a120599e9358ce5011984d7b1d62d9b9f16bd95f3c611c6dfa414c
name: dprox
version: 0.1.0
synopsis: a lightweight DNS proxy server
description: Please see the README on GitHub at <https://github.com/bjin/dprox#readme>
category: DNS
homepage: https://github.com/bjin/dprox#readme
bug-reports: https://github.com/bjin/dprox/issues
author: Bin Jin
maintainer: bjin@ctrl-d.org
copyright: 2019 Bin Jin
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/bjin/dprox
flag static
description: Enable static build
manual: True
default: False
executable dprox
main-is: Main.hs
other-modules:
Config
DomainRoute
hs-source-dirs:
src
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
attoparsec
, base >=4.7 && <5
, bytestring
, containers
, dns >=3.0.4
, iproute
, network
, optparse-applicative
, streaming-commons
, unix
, unordered-containers
if flag(static)
ghc-options: -optl-static
default-language: Haskell2010
test-suite dprox-test
type: exitcode-stdio-1.0
main-is: Test.hs
other-modules:
DomainRoute
hs-source-dirs:
src
test
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
attoparsec
, base >=4.7 && <5
, bytestring
, containers
, dns >=3.0.4
, hspec
, iproute
, network
, optparse-applicative
, streaming-commons
, unix
, unordered-containers
default-language: Haskell2010