opml-conduit 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- opml-conduit.cabal +1/−1
- test/Main.hs +1/−1
opml-conduit.cabal view
@@ -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.
test/Main.hs view
@@ -52,7 +52,7 @@ hlint :: TestTree hlint = testCase "HLint check" $ do- result <- HLint.hlint [ "test", "Text" ]+ result <- HLint.hlint [ "test/", "Text/" ] null result @?= True