Closed ghost closed 6 years ago
As I get time, I will try to slowly address the comments on the original PR and then fix the merge conflict.
I added the default.nix on this branch as well. I tested the default.nix using https://github.com/databrary/databrary-dev-learning/blob/master/reflex-nix-haskell/hello-world/default.nix running nix-build --attr hello-world . I generated default.nix using cabal2nix . > default.nix . You will need to rerun that whenever you add a new dependency in cabal file.
nix-build --attr hello-world
cabal2nix . > default.nix
This should be rebased against the current master and merge conflicts should be resolved. Ping me when it's ready for review.
Doesn't seem to be active either.
As I get time, I will try to slowly address the comments on the original PR and then fix the merge conflict.
I added the default.nix on this branch as well. I tested the default.nix using https://github.com/databrary/databrary-dev-learning/blob/master/reflex-nix-haskell/hello-world/default.nix running
nix-build --attr hello-world
. I generated default.nix usingcabal2nix . > default.nix
. You will need to rerun that whenever you add a new dependency in cabal file.