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 10:54:43 +0100
committerNaïm Favier <n@monade.li>2024-01-15 10:54:43 +0100
commit83387128d7a9fe25d79173dd9c5f59b2e3d48f99 (patch)
tree6db614d7b4bf8471b16e1641da325d62ee96545f /pkgs/development/haskell-modules
parentc4a42ee0293432a951f80387953c2fdca34da273 (diff)
downloadnixlib-83387128d7a9fe25d79173dd9c5f59b2e3d48f99.tar
nixlib-83387128d7a9fe25d79173dd9c5f59b2e3d48f99.tar.gz
nixlib-83387128d7a9fe25d79173dd9c5f59b2e3d48f99.tar.bz2
nixlib-83387128d7a9fe25d79173dd9c5f59b2e3d48f99.tar.lz
nixlib-83387128d7a9fe25d79173dd9c5f59b2e3d48f99.tar.xz
nixlib-83387128d7a9fe25d79173dd9c5f59b2e3d48f99.tar.zst
nixlib-83387128d7a9fe25d79173dd9c5f59b2e3d48f99.zip
haskellPackages.crypton-connection: 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 71c457ded600..2d02fa5f2765 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1300,11 +1300,6 @@ self: super: {
   dhall-nixpkgs = self.generateOptparseApplicativeCompletions [ "dhall-to-nixpkgs" ] (doJailbreak super.dhall-nixpkgs);
   dhall-yaml = self.generateOptparseApplicativeCompletions ["dhall-to-yaml-ng" "yaml-to-dhall"] super.dhall-yaml;
 
-  crypton-connection = super.crypton-connection.override {
-    # requires tls >= 1.7
-    tls = self.tls_1_9_0;
-  };
-
   # musl fixes
   # dontCheck: use of non-standard strptime "%s" which musl doesn't support; only used in test
   unix-time = if pkgs.stdenv.hostPlatform.isMusl then dontCheck super.unix-time else super.unix-time;
@@ -2343,8 +2338,6 @@ self: super: {
     language-docker = self.language-docker_11_0_0;
   };
 
-  nix-tree = super.nix-tree;
-
   # test suite requires stack to run, https://github.com/dino-/photoname/issues/24
   photoname = dontCheck super.photoname;