Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pbrisbin/yesod-minimal
- Owner: pbrisbin
- Created: 2012-01-17T16:14:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T00:44:33.000Z (almost 11 years ago)
- Last Synced: 2024-10-03T18:14:19.150Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 123 KB
- Stars: 8
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.