Merge pull request #1713 from eahlberg/fix-cookie-test-example
Fix import in cookie example
This commit is contained in:
commit
3015133b0e
@ -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)
|
||||
|
||||
@ -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" }
|
||||
--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user