Remove defunct reference to SpecialResponse (fixes #925)
This commit is contained in:
parent
df304d6393
commit
85d4477f96
@ -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
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user