about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorJanus Troelsen <ysangkok@gmail.com>2023-04-23 16:07:32 -0500
committerGitHub <noreply@github.com>2023-04-23 16:07:32 -0500
commit3c108bd5d84ce59d4cb94996547e4034ccb11aa7 (patch)
treecb4cc4707c35b35752c2465b2737297fd55d6481 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent3aa6004a884b6308f204728fa157e9d2081cd153 (diff)
downloadnixlib-3c108bd5d84ce59d4cb94996547e4034ccb11aa7.tar
nixlib-3c108bd5d84ce59d4cb94996547e4034ccb11aa7.tar.gz
nixlib-3c108bd5d84ce59d4cb94996547e4034ccb11aa7.tar.bz2
nixlib-3c108bd5d84ce59d4cb94996547e4034ccb11aa7.tar.lz
nixlib-3c108bd5d84ce59d4cb94996547e4034ccb11aa7.tar.xz
nixlib-3c108bd5d84ce59d4cb94996547e4034ccb11aa7.tar.zst
nixlib-3c108bd5d84ce59d4cb94996547e4034ccb11aa7.zip
haskell.packages.ghc961.singleton-bool: Remove useless assert
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix2
1 files changed, 1 insertions, 1 deletions
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 426a545fab91..a80c10df756a 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