mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
hackage-packages.nix: update to d2f0ba57b0
with hackage2nix v20150807-40-g9d40586
Notable updates changes include: - vector: update to version 0.11.x - errors: update to version 2.x
This commit is contained in:
parent
7c61106bf3
commit
441e8a1590
2 changed files with 1160 additions and 440 deletions
|
@ -814,9 +814,6 @@ self: super: {
|
|||
# https://github.com/kkardzis/curlhs/issues/6
|
||||
curlhs = dontCheck super.curlhs;
|
||||
|
||||
# This needs the latest version of errors to compile.
|
||||
pipes-errors = super.pipes-errors.override { errors = self.errors_2_0_0; };
|
||||
|
||||
# https://github.com/hvr/token-bucket/issues/3
|
||||
token-bucket = dontCheck super.token-bucket;
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue