]> www.average.org Git - pdns-pipe-nmc.git/blobdiff - test.hs
split NmcTransform from NmcDom
[pdns-pipe-nmc.git] / test.hs
diff --git a/test.hs b/test.hs
index 117994d76e6e706503b81982f0976af42d3d0b80..6f98fc677359edce6dabda7fe631a640a19ff247 100644 (file)
--- a/test.hs
+++ b/test.hs
@@ -10,6 +10,7 @@ import System.IO.Error
 import Control.Exception
 
 import NmcDom
+import NmcTransform
 
 queryOp :: String -> IO (Either String ByteString)
 queryOp key = catch (readFile key >>= return . Right)