nix-cabal-simplest
The simplest Nix + Cabal setup possible, for demo purposes. (by avanov)
haskell-nix
Nix and Haskell in production (by Gabriella439)
nix-cabal-simplest | haskell-nix | |
---|---|---|
1 | 6 | |
2 | 1,137 | |
- | - | |
0.0 | 2.7 | |
over 3 years ago | about 1 year ago | |
Shell | Nix | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
nix-cabal-simplest
Posts with mentions or reviews of nix-cabal-simplest.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-02.
-
What's all the hype with Nix?
Not sure what kind of project you have, but for any starter this will be enough for a long run: https://github.com/avanov/nix-cabal-simplest It works no worse than Stack, probably even better, since Stack doesn't support all Cabal stanzas.
haskell-nix
Posts with mentions or reviews of haskell-nix.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-05.
- Nix Team Creation
-
How should dependencies be specified for the Haskell C FFI with callCabal2Nix?
Here's a tutorial on using native dependencies.
-
Question about cabal and nix integration
Nevermind. I found a really good tutorial: https://github.com/Gabriel439/haskell-nix
-
What's all the hype with Nix?
Gabriel Gonzalez's haskell-nix is a far more palatable introduction tutorial, then they can make the choice of whether or not to buy into IOHK's haskell.nix ecosystem if it suits their needs.
-
Nix is the ultimate DevOps toolkit
I found useful this series of articles introducing Nix by using it with Haskell: https://github.com/Gabriel439/haskell-nix
I hope it helps.