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/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a37ed59a40b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aa0c2d59fc81
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 3, 2018

  1. cabal2nix: update to version 2.9.2

    Fixes #39806.
    peti committed May 3, 2018
    Copy the full SHA
    aa0c2d5 View commit details
Showing with 4 additions and 5 deletions.
  1. +4 −5 pkgs/development/haskell-modules/hackage-packages.nix
9 changes: 4 additions & 5 deletions pkgs/development/haskell-modules/hackage-packages.nix
Original file line number Diff line number Diff line change
@@ -41209,13 +41209,12 @@ self: {
, containers, deepseq, directory, distribution-nixpkgs, filepath
, hackage-db, hopenssl, hpack, language-nix, lens, monad-par
, monad-par-extras, mtl, optparse-applicative, pretty, process
, split, tasty, tasty-golden, text, time, transformers, utf8-string
, yaml
, split, tasty, tasty-golden, text, time, transformers, yaml
}:
mkDerivation {
pname = "cabal2nix";
version = "2.9";
sha256 = "1n6r27i4njiidij228r9fdb45pmsiidan6pxs2is2vsl8k9d65c7";
version = "2.9.2";
sha256 = "5be063910cc0fc3c2a184785038dcf89874f3e6012ec0ce6c113c5df853a8cf1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -41227,7 +41226,7 @@ self: {
executableHaskellDepends = [
aeson base bytestring Cabal containers directory
distribution-nixpkgs filepath hopenssl language-nix lens monad-par
monad-par-extras mtl optparse-applicative pretty utf8-string
monad-par-extras mtl optparse-applicative pretty
];
testHaskellDepends = [
base Cabal filepath language-nix lens pretty tasty tasty-golden