summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-12-08 12:16:55 +0100
committersternenseemann <sternenseemann@systemli.org>2021-12-08 12:16:55 +0100
commit124a9ddaf788d18a9bac51f1ff2f9df6ad16805f (patch)
tree679b520641ba856d9c09d4ef5d7ac725caede891 /pkgs
parent504c30b124d37ea7c88c14408431e4b83e4dd446 (diff)
downloadnixpkgs-124a9ddaf788d18a9bac51f1ff2f9df6ad16805f.tar
nixpkgs-124a9ddaf788d18a9bac51f1ff2f9df6ad16805f.tar.gz
nixpkgs-124a9ddaf788d18a9bac51f1ff2f9df6ad16805f.tar.bz2
nixpkgs-124a9ddaf788d18a9bac51f1ff2f9df6ad16805f.tar.lz
nixpkgs-124a9ddaf788d18a9bac51f1ff2f9df6ad16805f.tar.xz
nixpkgs-124a9ddaf788d18a9bac51f1ff2f9df6ad16805f.tar.zst
nixpkgs-124a9ddaf788d18a9bac51f1ff2f9df6ad16805f.zip
haskellPackages.ghcup: reflect streamly hackage update
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
-rw-r--r--pkgs/development/haskell-modules/configuration-darwin.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 7002896eae6..7e76382a7d8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2003,7 +2003,7 @@ EOT
   ghcup = doJailbreak (super.ghcup.overrideScope (self: super: {
     hspec-golden-aeson = self.hspec-golden-aeson_0_9_0_0;
     optics = self.optics_0_4;
-    streamly = self.streamly_0_8_1;
+    streamly = self.streamly_0_8_1_1;
     Cabal = self.Cabal_3_6_2_0;
     libyaml-streamly = markUnbroken super.libyaml-streamly;
   }));
diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix
index 590a6609ff6..5248523e0cd 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -250,11 +250,11 @@ self: super: ({
   c2hsc = addTestToolDepends [ pkgs.gcc ] super.c2hsc;
 
   # streamly depends on Cocoa starting with 0.8.0
-  streamly_0_8_1 = overrideCabal (drv: {
+  streamly_0_8_1_1 = overrideCabal (drv: {
     libraryFrameworkDepends = [
       darwin.apple_sdk.frameworks.Cocoa
     ] ++ (drv.libraryFrameworkDepends or []);
-  }) super.streamly_0_8_1;
+  }) super.streamly_0_8_1_1;
 
 } // lib.optionalAttrs pkgs.stdenv.isAarch64 {  # aarch64-darwin