summaryrefslogtreecommitdiffhomepage
path: root/dns.cabal
diff options
context:
space:
mode:
authorGravatar huangyi <yi.codeplayer@gmail.com>2011-10-23 13:22:18 +0800
committerGravatar huangyi <yi.codeplayer@gmail.com>2011-10-23 13:22:18 +0800
commitd126d8fe4159b68feadd4145f0e2a1f90d7ca502 (patch)
tree450b233a2d7bdf17b64e8b28e102b0da0f18798e /dns.cabal
parent1cc2f6a8882ce9e1a79ab8789b50a79b2d021d14 (diff)
make encoder and decoder invertable, and tests to ensure that.
Diffstat (limited to 'dns.cabal')
-rw-r--r--dns.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns.cabal b/dns.cabal
index 1069339..1d1856a 100644
--- a/dns.cabal
+++ b/dns.cabal
@@ -12,7 +12,7 @@ Description: DNS libary. Currently only resolver side
Category: Network
Cabal-Version: >= 1.6
Build-Type: Simple
-Extra-Source-Files: Test.hs
+Extra-Source-Files: Test.hs, TestProtocol.hs
library
if impl(ghc >= 6.12)
GHC-Options: -Wall -fno-warn-unused-do-bind