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: 2cc4e8a1a090
Choose a base ref
...
head repository: NixOS/cabal2nix
compare: c348f6f8d9ce
Choose a head ref
  • 2 commits
  • 361 files changed
  • 2 contributors

Commits on Jan 19, 2021

  1. Use lib instead of stdenv.lib

    On Nixpkgs, the work[1] for deprecating stdenv.lib has started.
    This patch updates the generator, existing documentation and tests to
    use the top-level lib attribute to access the standard library, instead
    of stdenv.lib.
    
    [1]: NixOS/nixpkgs#108938
    rnhmjoj committed Jan 19, 2021
    Copy the full SHA
    683624d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #477 from rnhmjoj/master

    Use lib instead of stdenv.lib
    peti committed Jan 19, 2021
    Copy the full SHA
    c348f6f View commit details
    Browse the repository at this point in the history