From 1f7f2e8907cab5886f5febcda999ccb12f0c9eac Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 20:25:07 +0400 Subject: [PATCH] haskellPackages.dclabel: fix typo "packge" -> "package" --- pkgs/development/haskell-modules/hackage-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 21d065b4a97d..ea41fb63ea45 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -77844,7 +77844,7 @@ self: { base bytestring cereal containers criterion QuickCheck quickcheck-instances ]; - description = "This packge is deprecated. See the the \"LIO.DCLabel\" in the \"lio\" package."; + description = "This package is deprecated. See the the \"LIO.DCLabel\" in the \"lio\" package."; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; broken = true;