]> gitweb @ CieloNegro.org - haskell-dns.git/blobdiff - dns.cabal
Introduce Unpacker monad to clean up things.
[haskell-dns.git] / dns.cabal
index e257dc7ea75791ac2864b9a8879c0214f31fc9e7..3f609129c303318b7b38eab2481378c51a3087a0 100644 (file)
--- a/dns.cabal
+++ b/dns.cabal
@@ -23,6 +23,9 @@ Library
     Exposed-Modules:
         Network.DNS.Message
 
+    Other-Modules:
+        Network.DNS.Unpacker
+
     Extensions:
         DeriveDataTypeable, ExistentialQuantification,
         FlexibleInstances, FunctionalDependencies, MultiParamTypeClasses,