about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2024-02-13 00:54:59 +0100
committerRobert Hensing <robert@roberthensing.nl>2024-02-13 01:32:58 +0100
commit86db6149e4beaa90106c9320c0ef31752aad28ad (patch)
tree3c9c28c10b1b2eecf11d80ccd0a9e10d011a515b /pkgs/development/haskell-modules
parent2ef368a3d7bb2822ff1be3f38497d19948b7de94 (diff)
downloadnixlib-86db6149e4beaa90106c9320c0ef31752aad28ad.tar
nixlib-86db6149e4beaa90106c9320c0ef31752aad28ad.tar.gz
nixlib-86db6149e4beaa90106c9320c0ef31752aad28ad.tar.bz2
nixlib-86db6149e4beaa90106c9320c0ef31752aad28ad.tar.lz
nixlib-86db6149e4beaa90106c9320c0ef31752aad28ad.tar.xz
nixlib-86db6149e4beaa90106c9320c0ef31752aad28ad.tar.zst
nixlib-86db6149e4beaa90106c9320c0ef31752aad28ad.zip
haskellPackages.mattermost-api: Remove all overrides
They're all included in last week's release, 90000.0.0.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 441abe4789c4..1c500e5ae775 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -520,24 +520,6 @@ self: super: {
         };
       })
     ];
-  # Switch to crypton-connection over abandoned connection
-  # To add insult to injury, mattermost-api had a breaking change on its develop
-  # branch, so we also need to bump it to an unstable commit. Luckily, matterhorn
-  # is its only consumer on Hackage.
-  mattermost-api = overrideSrc {
-    version = lib.warnIf
-      (super.mattermost-api.version != "50200.15.0")
-      "mattermost-api on Hackage may have caught up with our pinned commit"
-      "unstable-2024-01-11";
-    src = pkgs.fetchFromGitHub {
-      owner = "matterhorn-chat";
-      repo = "mattermost-api";
-      rev = "8df809df4d96930cf8b39d0d8f54cdb6d8f42b59";
-      sha256 = "154p4yi941l9ga2c3vw8yhgq0g1wn4jhmg3yhzgwgca1c5d1vydi";
-    };
-  } (super.mattermost-api.override {
-    connection = self.crypton-connection;
-  });
 
   # Too strict bounds on transformers and resourcet
   # https://github.com/alphaHeavy/lzma-conduit/issues/23