diff --git a/opml-conduit.cabal b/opml-conduit.cabal
--- a/opml-conduit.cabal
+++ b/opml-conduit.cabal
@@ -1,5 +1,5 @@
 name:                opml-conduit
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Streaming parser/renderer for the OPML 2.0 format.
 description:
     This library implements the OPML 2.0 standard (<http://dev.opml.org/spec2.html>) as a 'conduit' parser/renderer.
diff --git a/test/Main.hs b/test/Main.hs
--- a/test/Main.hs
+++ b/test/Main.hs
@@ -52,7 +52,7 @@
 
 hlint :: TestTree
 hlint = testCase "HLint check" $ do
-  result <- HLint.hlint [ "test", "Text" ]
+  result <- HLint.hlint [ "test/", "Text/" ]
   null result @?= True
 
 
