diff options
Diffstat (limited to 'loldns.cabal')
-rw-r--r-- | loldns.cabal | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/loldns.cabal b/loldns.cabal new file mode 100644 index 0000000..bd6c821 --- /dev/null +++ b/loldns.cabal @@ -0,0 +1,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 |