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: 1c5ff7a46691
Choose a base ref
...
head repository: NixOS/cabal2nix
compare: c57cbfceee75
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 15, 2019

  1. Add a minimal version contstraint for 'containers'.

    The library uses Map.!? which is only available since
    containers-0.5.9.
    
    https://hackage.haskell.org/package/containers-0.6.0.1/docs/Data-Map-Internal.html#v:-33--63-
    
    It failed to build on my machine because of this issue.
    Roman Kashitsyn committed Apr 15, 2019
    Copy the full SHA
    e9b11ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #414 from roman-kashitsyn/master

    Add a minimal version contstraint for 'containers'.
    peti committed Apr 15, 2019
    Copy the full SHA
    c57cbfc View commit details
    Browse the repository at this point in the history