about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorSridhar Ratnakumar <3998+srid@users.noreply.github.com>2023-08-17 14:14:48 -0400
committersternenseemann <sternenseemann@systemli.org>2023-08-18 10:18:46 +0200
commit3be1e25615f95b05405f8c9183390dca3454a407 (patch)
treeed5f4f4fafacd3011d906df273760bdd8eb8e241 /pkgs/development/haskell-modules
parent5d5f03140644c578b816fa1f7aacc7633f1af4dd (diff)
haskellPackages.streamly_0_9_0: remove override
Because the package no longer exists
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-darwin.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix
index 227e90e105888..2dbfac30da5a8 100644
--- a/pkgs/development/haskell-modules/configuration-darwin.nix
+++ b/pkgs/development/haskell-modules/configuration-darwin.nix
@@ -35,7 +35,6 @@ self: super: ({
   double-conversion = addExtraLibrary pkgs.libcxx super.double-conversion;
 
   streamly = addBuildDepend darwin.apple_sdk.frameworks.Cocoa super.streamly;
-  streamly_0_9_0 = addBuildDepend darwin.apple_sdk.frameworks.Cocoa super.streamly_0_9_0;
 
   apecs-physics = addPkgconfigDepends [
     darwin.apple_sdk.frameworks.ApplicationServices