From 737486617c752064d800ba870d15b8bb4458d16b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 31 Jul 2020 17:33:47 +0200 Subject: [PATCH] haskell-streaming-commons: drop obsolete version override --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 873ed8dddcfb..31c7e319579d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1393,9 +1393,6 @@ self: super: { sha256 = "1c5ck2ibag2gcyag6rjivmlwdlp5k0dmr8nhk7wlkzq2vh7zgw63"; }); - # The current LTS 15.x version has a bug in the test suite. - streaming-commons = self.streaming-commons_0_2_2_1; - # Version bumps have not been merged by upstream yet. # https://github.com/obsidiansystems/dependent-sum-aeson-orphans/pull/5 dependent-sum-aeson-orphans = appendPatch super.dependent-sum-aeson-orphans (pkgs.fetchpatch {