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: 6315e5fcd272
Choose a base ref
...
head repository: NixOS/cabal2nix
compare: 722a3771a70d
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 13, 2020

  1. Don't accept Cabal-3.2.x yet.

    The new version currently shipped with ghc-8.10.1-rc1 has
    breaking changes that affect us. Since the library is not on
    Hackage yet, we cannot fix those errors and just depend on the
    latest version.
    peti committed Mar 13, 2020
    Copy the full SHA
    eb8f97a View commit details
    Browse the repository at this point in the history
  2. cabal2nix.cabal: drop redundant constraints on Cabal in the executables

    All our programs depend on the library, so the constraints
    specified there should suffice.
    peti committed Mar 13, 2020
    Copy the full SHA
    1401922 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    25e736f View commit details
    Browse the repository at this point in the history
  4. The <> operator was added to Prelude in base-4.9.x.

    We depend on base-4.11.x, so there's no need to explicitly import Data.Monoid.
    peti committed Mar 13, 2020
    Copy the full SHA
    722a377 View commit details
    Browse the repository at this point in the history