Exposing ErrorResponse

This commit is contained in:
Michael Snoyman 2010-10-28 12:54:18 +02:00
parent a03e831e84
commit b1a9832907
2 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@ module Yesod.Handler
, toMasterHandler , toMasterHandler
, localNoCurrent , localNoCurrent
, HandlerData , HandlerData
, ErrorResponse (..)
#if TEST #if TEST
, testSuite , testSuite
#endif #endif

View File

@ -1,5 +1,5 @@
name: yesod name: yesod
version: 0.6.0.1 version: 0.6.0.2
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>