about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorMarc Scholten <marc@digitallyinduced.com>2024-03-19 12:09:28 +0100
committerGitHub <noreply@github.com>2024-03-19 12:09:28 +0100
commitd5df84e399955797503ecf8539d639cf6d3ac97c (patch)
tree2d38c6f595daa4e32af82704b558a8b6fb6cf829 /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parentbf6cae8d5d2ddb1267c6fc5508efcd2570abf78c (diff)
haskellPackages.HaskellNet-SSL: Unbreak (#297148)
Use crypton-connection instead of connection and jailbreak on GHC9.8

Co-authored-by: Naïm Favier <n@monade.li>
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
index 1dcebc967b38d..04d3a1c47ae6f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -92,6 +92,7 @@ self: super: {
   # Too strict bound on base, believe it or not.
   # https://github.com/judah/terminfo/pull/55#issuecomment-1876894232
   terminfo_0_4_1_6 = doJailbreak super.terminfo_0_4_1_6;
+  HaskellNet-SSL = doJailbreak super.HaskellNet-SSL; # bytestring >=0.9 && <0.12
   raven-haskell = doJailbreak super.raven-haskell; # aeson <2.2
 
   #