use ++ instead of <> to fix the build
This commit is contained in:
parent
59ef730317
commit
884d937792
@ -31,6 +31,6 @@ breadcrumbs = do
|
|||||||
(title, next) <- breadcrumb this
|
(title, next) <- breadcrumb this
|
||||||
if this `elem` map fst back
|
if this `elem` map fst back
|
||||||
then
|
then
|
||||||
error $ "yesod-core: infinite recursion in breadcrumbs at " <> show title
|
error $ "yesod-core: infinite recursion in breadcrumbs at " ++ show title
|
||||||
else
|
else
|
||||||
go ((this, title) : back) next
|
go ((this, title) : back) next
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user