Remove defunct reference to SpecialResponse (fixes #925)

This commit is contained in:
Michael Snoyman 2015-02-08 07:14:54 +02:00
parent df304d6393
commit 85d4477f96
2 changed files with 2 additions and 3 deletions

View File

@ -291,8 +291,7 @@ type ContentType = ByteString -- FIXME Text?
-- Since 1.1.0 -- Since 1.1.0
newtype DontFullyEvaluate a = DontFullyEvaluate { unDontFullyEvaluate :: a } newtype DontFullyEvaluate a = DontFullyEvaluate { unDontFullyEvaluate :: a }
-- | Responses to indicate some form of an error occurred. These are different -- | Responses to indicate some form of an error occurred.
-- from 'SpecialResponse' in that they allow for custom error pages.
data ErrorResponse = data ErrorResponse =
NotFound NotFound
| InternalError Text | InternalError Text

View File

@ -1,5 +1,5 @@
name: yesod-core name: yesod-core
version: 1.4.7.2 version: 1.4.7.3
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>