Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pbrisbin/yesod-minimal

A tiny, single-file yesod app that can be used as a base for reproducing bugs
https://github.com/pbrisbin/yesod-minimal

Last synced: 2 months ago
JSON representation

A tiny, single-file yesod app that can be used as a base for reproducing bugs

Awesome Lists containing this project

README

        

# Yesod minimal

The best tool for fixing bugs is the smallest possible reproducing
example case.

This repo will hold a few separate, tiny and single-file yesod
applications that can be used to generate tiny example cases in specific
areas of yesod (hamlet, forms, persistent, etc).

Rather than creating a full-blown scaffold in which to try and
reproduce, one of the files here can be taken, adjusted, and gisted as
an example case for the bug you want fixed.

`runhaskell minimal.hs`

I will do my best to keep these compiling on the latest development
snapshot of yesod -- but I certainly appreciate any help here in the
form of pull requests.