haskell.packages.ghc961.singleton-bool: Remove useless assert

This commit is contained in:
Janus Troelsen 2023-04-23 16:07:32 -05:00 committed by GitHub
parent 3aa6004a88
commit 3c108bd5d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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