From 9958886d30416f8728a246d3332f4f8246b2d375 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 4 Sep 2021 20:10:16 +0300 Subject: [PATCH] Book is updated for 1.6 --- src/Application.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.hs b/src/Application.hs index 24d9ea8..cf8be3d 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -75,7 +75,7 @@ getApplication conf = do booksub12 <- mkBookSub "Yesod Web Framework Book- Version 1.2" "Note: You are looking at version 1.2 of the book, which is two versions behind" dir12 booksub11 <- mkBookSub "Yesod Web Framework Book- Version 1.1" "Note: You are looking at version 1.1 of the book, which is three versions behind" dir11 booksub14 <- mkBookSub "Yesod Web Framework Book- Version 1.4" "Note: You are looking at version 1.4 of the book, which is one version behind" dir14 - booksub16 <- mkBookSub "Yesod Web Framework Book- Version 1.6" "Note: The book has not yet been fully updated to version 1.6, there may still be some out of date information!" dir16 + booksub16 <- mkBookSub "Yesod Web Framework Book- Version 1.6" "" dir16 iauthors <- loadAuthors >>= newIORef let foundation = YesodWeb