Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/cabal2nix
base: f05f370ed921
Choose a base ref
...
head repository: NixOS/cabal2nix
compare: 692d21643341
Choose a head ref
  • 8 commits
  • 11 files changed
  • 1 contributor

Commits on Apr 13, 2019

  1. Copy the full SHA
    0ed9372 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eb4870d View commit details
    Browse the repository at this point in the history
  3. cabal2nix: greatly simplify the CLI

     - No more support for hpack.
     - No more support for fetching files remotely.
     - No more options for modifying the generated output.
     - No more fancy features related to git, darcs, hg, or whatever.
    peti committed Apr 13, 2019
    Copy the full SHA
    913c6aa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8914de8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    27f94da View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3b091ee View commit details
    Browse the repository at this point in the history
  7. Drop all expectations towards the shell environment.

    cabal2nix works properly in an empty environment, e.g. when run with "env -i".
    Most importantly, this means we're no longer dependent on the system's locale.
    peti committed Apr 13, 2019
    Copy the full SHA
    87b0fc2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    692d216 View commit details
    Browse the repository at this point in the history