aboutsummaryrefslogtreecommitdiffstats
path: root/loldns.cabal
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-11-04 23:42:34 +0100
committertv <tv@krebsco.de>2016-11-04 23:42:34 +0100
commitd63a423abbfa2789024ddec4d3585d154610c958 (patch)
tree515f41c96fe5d36065db155a79291c1a3e14a6e1 /loldns.cabal
Diffstat (limited to 'loldns.cabal')
-rw-r--r--loldns.cabal19
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