From c4d43761c12151cfcaf4a0bf35b768ad272b4a3c Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 25 Jun 2018 17:13:05 -0400 Subject: [PATCH] haskell with-location: Link upstreaming attempt --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0aa0f5fea57b..38ee3d2ff303 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1084,6 +1084,7 @@ self: super: { # The build-tool-depends this hacks around has been added on master. base-compat = addTestToolDepend super.base-compat self.hspec-discover; + # https://github.com/sol/with-location/pull/1 with-location = addTestToolDepend super.with-location self.hspec-discover; text-conversions = addTestToolDepend super.text-conversions self.hspec-discover; logging-facade = addTestToolDepend super.logging-facade self.hspec-discover;