summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-11-02 08:30:31 +0100
committerPeter Simons <simons@cryp.to>2016-11-03 17:37:20 +0100
commitb84f2a516501b2f90e5bb89c8125c666ac007858 (patch)
tree52e81a55ba130fbfaf57eeb3a033415a264c0d9f /pkgs
parentdbeb3f357c18b0b1d8d9536c87e6b894380846a8 (diff)
downloadnixlib-b84f2a516501b2f90e5bb89c8125c666ac007858.tar
nixlib-b84f2a516501b2f90e5bb89c8125c666ac007858.tar.gz
nixlib-b84f2a516501b2f90e5bb89c8125c666ac007858.tar.bz2
nixlib-b84f2a516501b2f90e5bb89c8125c666ac007858.tar.lz
nixlib-b84f2a516501b2f90e5bb89c8125c666ac007858.tar.xz
nixlib-b84f2a516501b2f90e5bb89c8125c666ac007858.tar.zst
nixlib-b84f2a516501b2f90e5bb89c8125c666ac007858.zip
Cosmetic.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 36ca20232852..172cdf3230fd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1022,10 +1022,7 @@ 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;
-  });
+  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;