summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-10-30 11:29:07 -0400
committerShea Levy <shea@shealevy.com>2016-10-30 11:29:07 -0400
commit4df3bb7e08f06bc1097ffa10e72a7e33345e0d71 (patch)
treebc1b515c7f8eba766df66d102907343bb1754509
parentpythonPackage.tweepy: disabling tests (diff)
downloadnixpkgs-4df3bb7e08f06bc1097ffa10e72a7e33345e0d71.tar.gz
store-0.3: Build with the right version of store-core
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 35b474672166..50bb3695a715 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1021,6 +1021,10 @@ self: super: {
# https://github.com/fpco/store/issues/77
store = dontCheck super.store;
+ store_0_3 = super.store_0_3.overrideScope (self: super: {
+ store-core = self.store-core_0_3;
+ });
+
# https://github.com/bmillwood/applicative-quoters/issues/6
applicative-quoters = doJailbreak super.applicative-quoters;