summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorWilliam Casarin <bill@casarin.me>2017-01-22 14:06:32 -0800
committerPeter Simons <simons@cryp.to>2017-01-24 23:14:02 +0100
commitdc3182a15cc94fe6808aa8b7f37a8f4e1069dfde (patch)
tree10f8450729ad758e04916a305e9a5879c3424855 /pkgs/development/haskell-modules
parent0cb43b920eb0cf8b8b30f9023e1be3cfd947ac8d (diff)
downloadnixlib-dc3182a15cc94fe6808aa8b7f37a8f4e1069dfde.tar
nixlib-dc3182a15cc94fe6808aa8b7f37a8f4e1069dfde.tar.gz
nixlib-dc3182a15cc94fe6808aa8b7f37a8f4e1069dfde.tar.bz2
nixlib-dc3182a15cc94fe6808aa8b7f37a8f4e1069dfde.tar.lz
nixlib-dc3182a15cc94fe6808aa8b7f37a8f4e1069dfde.tar.xz
nixlib-dc3182a15cc94fe6808aa8b7f37a8f4e1069dfde.tar.zst
nixlib-dc3182a15cc94fe6808aa8b7f37a8f4e1069dfde.zip
haskellPackages.store: enable check
looks like it works again
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index c31f33bab7a6..728ba9b53fc6 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1149,8 +1149,7 @@ self: super: {
   # https://github.com/pontarius/pontarius-xmpp/issues/105
   pontarius-xmpp = dontCheck super.pontarius-xmpp;
 
-  # https://github.com/fpco/store/issues/77
-  store = dontCheck super.store;
+  # Use proper store-core version.
   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