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

Commits on Jun 13, 2020

  1. Copy the full SHA
    ea513a7 View commit details
    Browse the repository at this point in the history
  2. Add support for "extraAttributes" to the Derivation type.

    This allows us to set basically anything we want and we'll probably remove most
    of the other attributes (doJailbreak, doHaddock, etc.) in favor of this
    catch-all. We actually don't need parsed, type-safe access to these attributes
    in cabal2nix. We just pretty-print them when generating the output.
    peti committed Jun 13, 2020
    Copy the full SHA
    192782e View commit details
    Browse the repository at this point in the history
  3. cabal2nix.cabal: minor version bump

    Per module diff:
    
      * Distribution.Nixpkgs.Haskell
        Added exports:
          ExportedFunction "extraAttributes"
    
      * Distribution.Nixpkgs.Haskell.Derivation
        Added exports:
          ExportedFunction "extraAttributes"
    peti committed Jun 13, 2020
    Copy the full SHA
    d15b0f2 View commit details
    Browse the repository at this point in the history