ema
haskell-template
ema | haskell-template | |
---|---|---|
5 | 9 | |
123 | 250 | |
0.0% | 2.4% | |
5.8 | 7.9 | |
about 2 months ago | 13 days ago | |
Haskell | Nix | |
GNU Affero General Public License v3.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ema
-
Simple GHC stack for a novice
You can baptize yourself by either moving a sufficiently complex Haskell codebase to Nix or building a website using something like Ema (with full Nix+Flakes support!)
-
Junior developer looking for a Haskell codebase to work on and a mentor to help me
Also, I'm willing to mentor anyone who is interested in improving Ema or Emanote.
-
Haskell Open Source Projects I thought could use some exposure
Clarification: Emanote is a successor to Neuron, and written on top of Ema.
-
What do you use Haskell for in your daily computer usage?
I maintain an extended version of Emanote in Haskell (as an Ema app) that does custom stuff like visualize my hledger transactions, track time, generate invoice and provide custom views of my Markdown notebook, like a Twitter-like timeline generated from H2 headings (with date) from across notes.
- can you recommend active Haskell open source projects?
haskell-template
-
Hk, a new Git hook manager from jdx
- Check in CI (as Nix flake check)
Example repo: https://github.com/srid/haskell-template
The pre-commit configuration: https://github.com/srid/haskell-template/blob/master/nix/mod...
-
Automate Project Environments with Devbox and Direnv
https://nixos.asia/en/direnv
But if you are comfortable with Nix you don't need Devbox per se, as you can get by with using Flakes. Here are some examples -- just `git clone` and run `direnv allow` (once), then you are put in the corresponding devShell
Haskell: https://github.com/srid/haskell-template
Rust: https://github.com/srid/rust-nix-template
home-manager: https://github.com/juspay/nix-dev-home
Dioxus: https://github.com/srid/dioxus-desktop-template
-
On the verge of giving up learning Haskell because of the terrible tooling.
I am a Haskell newbie myself. Found nix flakes and https://github.com/srid/haskell-template really nice to start with (of course some learning curve is unavoidable).
-
Simple GHC stack for a novice
If you wanna get started with Haskell on Nix, check out Sridhar Ratnakumar's Haskell template for Nix. You can easily clone the repo and move your Haskell code into it, especially if you're still a novice (as you likely won't be dealing with a HUGE codebase).
-
haskell-flake: A `flake-parts` Nix module for Haskell development.
I'd say that's up to you. haskell-template did recently switch to this; you can see the changes in this PR, which is all limited to flake.nix.
-
Best practices for Haskell on M1 with Nix?
Could you open an issue here with the full error message?
-
Looking for IDE that is suitable for learning Haskell
I think you should use ghcup because Nix has a higher learning curve ... BUT if you ever want to try out Nix, there is https://github.com/srid/haskell-template which sets everything up for you so that things "just work" in VSCode.
What are some alternatives?
ghcup-hs - THIS REPO IS A MIRROR, BUG REPORTS GO HERE:
snack - Nix-based incremental build tool for Haskell projects
ema-template - Template repo for Ema static site generator
rust-nix-template - Rust project template with Nix (Flakes) and VSCode support
qtility - Library/helper monorepo for common Haskell usage
nix-templates - Minimal reproducible nix flake templates