diff --git a/yesod-core/Yesod/Core/Types.hs b/yesod-core/Yesod/Core/Types.hs index 76befe10..a8605665 100644 --- a/yesod-core/Yesod/Core/Types.hs +++ b/yesod-core/Yesod/Core/Types.hs @@ -291,8 +291,7 @@ type ContentType = ByteString -- FIXME Text? -- Since 1.1.0 newtype DontFullyEvaluate a = DontFullyEvaluate { unDontFullyEvaluate :: a } --- | Responses to indicate some form of an error occurred. These are different --- from 'SpecialResponse' in that they allow for custom error pages. +-- | Responses to indicate some form of an error occurred. data ErrorResponse = NotFound | InternalError Text diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index 37e57b54..c8f1070a 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.4.7.2 +version: 1.4.7.3 license: MIT license-file: LICENSE author: Michael Snoyman