Merge pull request #1473 from yesodweb/fix1459
Fix Haddock syntax error and test failures introduced by #1459
This commit is contained in:
commit
f9a87f4022
@ -1,6 +1,6 @@
|
||||
## 1.5.9.1
|
||||
|
||||
* Fix broken Haddocks
|
||||
* 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
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
-- Ignore warnings about using deprecated byLabel/fileByLabel functions
|
||||
{-# OPTIONS_GHC -fno-warn-warnings-deprecations #-}
|
||||
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
{-# LANGUAGE CPP #-}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user