Merge pull request #1713 from eahlberg/fix-cookie-test-example

Fix import in cookie example
This commit is contained in:
Michael Snoyman 2020-12-14 16:01:49 +02:00 committed by GitHub
commit 3015133b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# ChangeLog for yesod-test
## Unreleased
* Fix import in cookie example [#1713](https://github.com/yesodweb/yesod/pull/1713)
## 1.6.11
* Add missing `HasCallStack`s [#1710](https://github.com/yesodweb/yesod/pull/1710)

View File

@ -462,7 +462,7 @@ testModifySite newSiteFn = do
--
-- ==== __Examples__
--
-- > import qualified Data.Cookie as Cookie
-- > import qualified Web.Cookie as Cookie
-- > :set -XOverloadedStrings
-- > testSetCookie Cookie.defaultSetCookie { Cookie.setCookieName = "name" }
--