yesodweb / yesodweb/persistent
persistent-template without persistent
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 486
- Forks
- 306
- PR merge metrics
- No merged PRs in 30d
Description
I had been using persistFileWith the same model I used for my backend on my miso app perfectly, until I updated to newer miso and ghcjs and my nix pins in general.
Unfortunately, network-2.8 doesn't build with ghcjs so it fails. after many hours debugging, I found out the culprit was monad-loggers due to conduit-extra.
I don't actually need persistent for the frontend I only need its template parsing to produce the data definitions
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the persistent-template portion of the project and how persistFileWith produces data definitions for frontend builds. Done means template parsing works without requiring persistent or the network-2.8, monad-loggers, and conduit-extra dependency chain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100