yesodweb / yesodweb/persistent

persistent-template without persistent

Open
#960 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.