From 3c108bd5d84ce59d4cb94996547e4034ccb11aa7 Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Sun, 23 Apr 2023 16:07:32 -0500 Subject: [PATCH] haskell.packages.ghc961.singleton-bool: Remove useless assert --- pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix index 426a545fab9..a80c10df756 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix @@ -87,7 +87,7 @@ self: super: { tasty-hedgehog = doDistribute self.tasty-hedgehog_1_4_0_1; # v0.1.6 forbids base >= 4.18 - singleton-bool = assert !(self ? singleton-bool_0_1_7) doDistribute super.singleton-bool_0_1_7; + singleton-bool = doDistribute super.singleton-bool_0_1_7; # # Too strict bounds without upstream fix