store-0.3: Build with the right version of store-core

This commit is contained in:
Shea Levy 2016-10-30 11:29:07 -04:00
parent b65c443276
commit 4df3bb7e08

View file

@ -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;