about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAlexandre Esteves <alexfmpe@proton.me>2024-05-30 23:51:57 +0100
committersternenseemann <sternenseemann@systemli.org>2024-06-17 14:40:58 +0200
commit5169cbeb91137a66df24e4421ce2394aa98a594b (patch)
tree7523e07b66f0290a4710943ed404ba8a27626427 /pkgs
parentca1281b9e9546b6ced11e7818bc29ec9628c0207 (diff)
haskellPackages.jsaddle-warp: fix on ghc 9.8
Diffstat (limited to 'pkgs')
-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 ba0f6c31a216e..8b5ad996c24b9 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -68,6 +68,7 @@ self: super: {
   stylish-haskell = self.stylish-haskell_0_14_6_0;
   hlint = self.hlint_3_8;
   ghc-syntax-highlighter = self.ghc-syntax-highlighter_0_0_11_0;
+  websockets = self.websockets_0_13_0_0;
 
   # A given major version of ghc-exactprint only supports one version of GHC.
   ghc-exactprint = self.ghc-exactprint_1_8_0_0;