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: b50dc5d02729
Choose a base ref
...
head repository: NixOS/cabal2nix
compare: 6df517c3e929
Choose a head ref
  • 8 commits
  • 11 files changed
  • 1 contributor

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    e15d08c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5615cc 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 Oct 4, 2019
    Configuration menu
    Copy the full SHA
    485a71f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c3de86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc3cfd2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdccdcd 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 Oct 4, 2019
    Configuration menu
    Copy the full SHA
    d26b381 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6df517c View commit details
    Browse the repository at this point in the history