Recent attempt and data-object changes

This commit is contained in:
Michael Snoyman 2009-10-26 07:31:07 +02:00
parent d081f6f516
commit 8720fcd6ef
3 changed files with 3 additions and 0 deletions

1
TODO
View File

@ -1,2 +1,3 @@
HTML sitemap generation
Remove model
Authentication seems broken

View File

@ -134,6 +134,7 @@ instance Monad m => MonadRequestReader (HandlerT m) where
instance Monad m => MonadAttempt (HandlerT m) where
failure = errorResult . InternalError . show
wrapFailure _ = id -- We don't actually use exception types
------ Special handlers
errorResult :: Monad m => ErrorResult -> HandlerT m a

View File

@ -29,6 +29,7 @@ library
bytestring-class,
web-encodings >= 0.0.1,
data-object >= 0.2.0,
data-object-translate,
yaml >= 0.2.0,
test-framework,
test-framework-quickcheck,