Closed rvl closed 7 years ago
Sorry for the long delay. Thanks!
Does the git tag need a version number, or is a "temporary" tag ok?
Hello @HeinrichApfelmus, no problem, thanks for merging!
The git tag doesn't need to be a version number or match cabal, etc. It could just be called v0.1.0.1-nix
. The Nix project prefer tags made by the upstream author rather than bare git revision IDs.
Ok, so I made a new tag, v0.1.0.2, which mainly bumps the dependencies for the Haskell parts, but also contains your changes.
Excellent, thanks! I'm hoping it will now be as easy to install this on Nix as it is on MacOS X.
My pleasure! It may also be useful to add a few remarks to the README file on how to install it with Nix.
I have a patch almost ready to add Hyper Haskell to the Nix packages collection. But before I submit that to nixpkgs:
Cheers!