packages feed

yesod-dsl-0.1: codegen/read-input-object-whole.cg

    e~{show pId} <- case A.fromJSON jsonBody of
        A.Success e -> return e
        A.Error err -> sendResponseStatus status400 ("Could not decode an entity of type ~{entityName e} from JSON object in the request body : " ++ err )