mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
cabal2nix: build with hpack 0.27.0
This commit is contained in:
parent
194d61bfca
commit
b6e553506f
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ self: super: {
|
|||
};
|
||||
|
||||
# Need newer versions of their dependencies than the ones we have in LTS-10.x.
|
||||
cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_25_0; };
|
||||
cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_27_0; };
|
||||
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_1; });
|
||||
|
||||
# https://github.com/bos/configurator/issues/22
|
||||
|
|
Loading…
Reference in a new issue