All Versions
7
Latest Version
Avg Release Cycle
113 days
Latest Release
2190 days ago
Changelog History
Changelog History
-
v0.2.3 Changes
April 29, 2019โ Added:
- โ Add flag
--no-ensure-executables
to stopstack2nix
from ensuring necessary executables exist #164 - ๐ Allow extra cabal2nix flags #156
๐ Bug Fixes:
- When writing nix expressions to file (
-o
flag), force UTF-8 encoding #164
- โ Add flag
-
v0.2.2 Changes
January 17, 2019๐ Bug fixes:
- LTS-13 compatibility
- ๐ฆ Proper fix for bin-package-db #118
- โ Add package flags #148
- โฌ๏ธ Upgrade stack to 1.9 #133
-
v0.2.1 Changes
September 04, 2018๐ Bug fixes:
- ๐ฆ null bin-package-db for GHC 7.10 #118
- โฌ๏ธ Bump cabal2nix and remove upper bound #120
- ๐ Parse mac operating system as osx or darwin #123
- Don't use
src = ./.
#121 - Pass --compiler to calls to cabal2nix #115
-
v0.2 Changes
July 24, 2018Major changes:
- ๐ Use full stackage snapshot instead of relying on the build plan #83
- Get rid of hnix and rely on Derivation type from cabal2nix
- ๐ Use nix to provision executables if missing #83
- ๐ Use GHC version that belongs to the LTS #84
- ghc-options in stack.yaml are now passed to generated Nix exprs #96
- ๐ Support --bench #97
Other enhancements:
- ๐ Support --platform to set targeting system generation #79
- ๐ Use cabal2nix and stack as haskell libraries instead of relying on executable parsing #75
- โ Add --verbose flag #78
- ๐ Be able to pin down hackage snapshot #75
- โก๏ธ Optimize cabal2nix calls by reusing HackageDB #75
- โ Rewrite tests in hspec to reduce dependencies #83
- ๐ง Make stack.yaml filename configurable #90
- โ Add option to disable indentation #89
- When cloning git, also checkout submodules #108
๐ Bug fixes:
- ๐ฆ Be able to override GHC core packages #51
- Cleanup concurrency #33
- โ Add --haddock #38
- โ Add --test #35
- ๐ Support Stack subdirs #10
- ๐ Correct version parsing #67
- Silence git stdout output not to leak into Nix #91
-
v0.1.3.0 Changes
July 27, 2017๐ Bug fixes:
- ๐ Apply only Nix overrides without version fixes #26
-
v0.1.2.0 Changes
June 22, 2017๐ Bug fixes:
- Minor stack2nix.cabal improvements
-
v0.1.1.0 Changes
June 22, 2017๐ Initial public release.