aboutsummaryrefslogtreecommitdiffstats
path: root/loldns.cabal
blob: bd6c821ee44602fff02f25eced5d8e85ffc87d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: loldns
version: 1.0.0
license: MIT
author: tv <tv@krebsco.de>
maintainer: tv@krebsco.de
build-type: Simple
cabal-version: >=1.10

executable loldns
  main-is: loldns.hs
  build-depends:
    base,
    bytestring,
    dns,
    iproute,
    ixset-typed,
    network
  default-language: Haskell2010
  ghc-options: -O2 -Wall -threaded