summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWilliam Casarin <bill@casarin.me>2017-01-22 13:52:29 -0800
committerPeter Simons <simons@cryp.to>2017-01-24 23:14:02 +0100
commit0cb43b920eb0cf8b8b30f9023e1be3cfd947ac8d (patch)
tree7eb39f25741743858356bbbeaad5aeaa135e478e /pkgs
parent4e536a9f61d002119d88f97e93872a49dcdd9533 (diff)
downloadnixlib-0cb43b920eb0cf8b8b30f9023e1be3cfd947ac8d.tar
nixlib-0cb43b920eb0cf8b8b30f9023e1be3cfd947ac8d.tar.gz
nixlib-0cb43b920eb0cf8b8b30f9023e1be3cfd947ac8d.tar.bz2
nixlib-0cb43b920eb0cf8b8b30f9023e1be3cfd947ac8d.tar.lz
nixlib-0cb43b920eb0cf8b8b30f9023e1be3cfd947ac8d.tar.xz
nixlib-0cb43b920eb0cf8b8b30f9023e1be3cfd947ac8d.tar.zst
nixlib-0cb43b920eb0cf8b8b30f9023e1be3cfd947ac8d.zip
haskellPackages.git-annex: remove overrides
they don't seem to be needed anymore
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d8f03a412c6f..c31f33bab7a6 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -57,14 +57,7 @@ self: super: {
       sha256 = "1vy6bj7f8zyj4n1r0gpi0r7mxapsrjvhwmsi5sbnradfng5j3jya";
       rev = drv.version;
     };
-  })).overrideScope (self: super: {
-    # https://github.com/bitemyapp/esqueleto/issues/8
-    esqueleto = self.esqueleto_2_4_3;
-    # https://github.com/prowdsponsor/esqueleto/issues/137
-    persistent = self.persistent_2_2_4_1;
-    persistent-template = self.persistent-template_2_1_8_1;
-    persistent-sqlite = self.persistent-sqlite_2_2_1;
-  })).override {
+  }))).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;
     fdo-notify = if pkgs.stdenv.isLinux then self.fdo-notify else null;
     hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify;