From 1f53e710ecbfb3b3eb2e395c31b9b91cb27698de Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Feb 2018 19:58:37 +0100 Subject: [PATCH] haskell-tasty: update override for latest version used by ghc-8.4.x --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 488d3206c78c..27b73fcfc442 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -135,7 +135,7 @@ self: super: { ## • Could not deduce (Semigroup (Traversal f)) ## arising from the superclasses of an instance declaration ## from the context: Applicative f - tasty = super.tasty_1_0_0_1; + tasty = super.tasty_1_0_1; ## Needs bump to a versioned attribute ##