about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2024-01-15 12:18:39 +0100
committerNaïm Favier <n@monade.li>2024-01-15 12:18:39 +0100
commita8c5755f373b5d182ad0555300fc7e5b91bae23c (patch)
treeb9662b56acb764fcb766ce15a354bdd56648f023 /pkgs/development/haskell-modules
parentd2aae771680026e27db8740e9e15450aae85ce9a (diff)
downloadnixlib-a8c5755f373b5d182ad0555300fc7e5b91bae23c.tar
nixlib-a8c5755f373b5d182ad0555300fc7e5b91bae23c.tar.gz
nixlib-a8c5755f373b5d182ad0555300fc7e5b91bae23c.tar.bz2
nixlib-a8c5755f373b5d182ad0555300fc7e5b91bae23c.tar.lz
nixlib-a8c5755f373b5d182ad0555300fc7e5b91bae23c.tar.xz
nixlib-a8c5755f373b5d182ad0555300fc7e5b91bae23c.tar.zst
nixlib-a8c5755f373b5d182ad0555300fc7e5b91bae23c.zip
haskellPackages.hiedb: remove obsolete override
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 19be69145ca3..e91371189687 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -126,13 +126,6 @@ self: super: {
   ### END HASKELL-LANGUAGE-SERVER SECTION ###
   ###########################################
 
-  hiedb = overrideCabal (drv: {
-    version = lib.warnIf (lib.versionAtLeast drv.version "0.5.0.0") "hiedb override is obsolete" "0.5.0.0";
-    sha256 = "0szydd6rs2wzir4w60ay7z5lhh8li5rm246w4y2mb068955yjan6";
-    revision = null;
-    editedCabalFile = null;
-  }) super.hiedb;
-
   # Test ldap server test/ldap.js is missing from sdist
   # https://github.com/supki/ldap-client/issues/18
   ldap-client-og = dontCheck super.ldap-client-og;