From 51bdb6625226fdbc1036c661e538328619939615 Mon Sep 17 00:00:00 2001 From: Maximilian Tagher Date: Fri, 29 Dec 2017 20:14:09 -0500 Subject: [PATCH] Fix Haddock syntax error and test failures introduced by #1459 --- yesod-test/ChangeLog.md | 3 +++ yesod-test/Yesod/Test.hs | 2 +- yesod-test/test/main.hs | 3 +++ yesod-test/yesod-test.cabal | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/yesod-test/ChangeLog.md b/yesod-test/ChangeLog.md index 1a03a169..fafe86c5 100644 --- a/yesod-test/ChangeLog.md +++ b/yesod-test/ChangeLog.md @@ -1,3 +1,6 @@ +## 1.5.9.1 +* Fixes a Haddock syntax error in 1.5.9 [#1473](https://github.com/yesodweb/yesod/pull/1473) + ## 1.5.9 * Add byLabelExact and related functions [#1459](https://github.com/yesodweb/yesod/pull/1459) diff --git a/yesod-test/Yesod/Test.hs b/yesod-test/Yesod/Test.hs index a9e474d3..307619cc 100644 --- a/yesod-test/Yesod/Test.hs +++ b/yesod-test/Yesod/Test.hs @@ -691,7 +691,7 @@ fileByLabel label path mime = do name <- genericNameFromLabel T.isInfixOf label addFile name path mime - -- | Finds the @\