From 4df3bb7e08f06bc1097ffa10e72a7e33345e0d71 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sun, 30 Oct 2016 11:29:07 -0400 Subject: [PATCH] store-0.3: Build with the right version of store-core --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;