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: f94b2b33b139
Choose a base ref
...
head repository: NixOS/cabal2nix
compare: 07880aaf23c5
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 13, 2020

  1. Drop most of the command-line flags and support for hpack, git, etc.

    Instead of offering specialized flags, like --enable-library-profiling, you can
    pass any attribute you like on the command-line after the path to the Cabal
    file you're trying to convert, e.g.:
    
      $ cabal2nix-from-file -- cabal2nix-v3.cabal doCheck=false
    
    will generate the expression with a 'doCheck = false;' attribute included. You
    can use this mechanism to specify 'src' and 'sha256'.
    peti committed Jun 13, 2020
    Copy the full SHA
    d1cd372 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aeec92c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    07880aa View commit details
    Browse the repository at this point in the history