From d7dcb9c291750f6ce704472627deb09513c1af24 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 12 Dec 2018 18:43:19 +0100 Subject: haskell-appar: update to latest version to fix test suite failures in iproute --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ffbe5310505f..293492984ee0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1201,4 +1201,7 @@ self: super: { # https://github.com/mgajda/json-autotype/issues/25 json-autotype = dontCheck super.json-autotype; + # https://github.com/kazu-yamamoto/iproute/issues/43 + appar = self.appar_0_1_7; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super -- cgit 1.4.1