Skip to content

Commit e2a0f92

Browse files
Remove exported internal functions
Fixes #1907 The exports were introduced in 9c445b6 and released in yesod-core 1.6.29.0.
1 parent b8e88e6 commit e2a0f92

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

yesod-core/ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ChangeLog for yesod-core
22

3+
## 1.6.30.0
4+
5+
* Remove internal utility functions inadvertently exported from `Yesod.Core.Types` in 1.6.29.0 [#1908](https://github.com/yesodweb/yesod/pull/1908):
6+
* `putTime`
7+
* `getTime`
8+
* `formatW3`
9+
* `formatRFC1123`
10+
* `formatRFC822`
11+
* `getCurrentMaxExpiresRFC1123`
12+
313
## 1.6.29.1
414

515
* Fix compilation error for text >= 2.1.2 [#1905](https://github.com/yesodweb/yesod/pull/1905)

yesod-core/src/Yesod/Core/Types.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ module Yesod.Core.Types (
1515
, module Yesod.Core.Types.TypedContent
1616
, module Yesod.Core.Types.HandlerContents
1717

18-
, module Yesod.Core.Internal.Util
1918
, module Yesod.Routes.Class
2019
, module Yesod.Core.TypeCache
2120
) where

yesod-core/yesod-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yesod-core
2-
version: 1.6.29.1
2+
version: 1.6.30.0
33
license: MIT
44
license-file: LICENSE
55
author: Michael Snoyman <michael@snoyman.com>

0 commit comments

Comments
 (0)