Full stack web development using frontend GHCJS libraries #184
Unanswered
newton-migosi
asked this question in
Q&A
Replies: 2 comments 4 replies
-
my current directory structure looks like (abridged)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This is what you want to figure out first; how do you develop a miso project using a regular flake (using just nixpkgs)? Going from there to using it in haskell-flake is a straightforward next step. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a simple example of using
haskell-flake
for full stack web apps?I'm setting up a project that uses
miso
as the frontend web framework.miso
is nixified but is not a flake.cabal.project
and the.cabal
files for a full stack project in a way thathaskell-flake
can detect?I've started by creating a package set with ghcjs following https://zero-to-flakes.com/haskell-flake/dependency and https://zero-to-flakes.com/haskell-flake/package-set
using the inputs
Beta Was this translation helpful? Give feedback.
All reactions