From c1356da2df99fba319a5e9c060c5042b35b3f006 Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 20:27:35 +0400 Subject: [PATCH] haskellPackages.haskell-snake: fix typo "implemetation" -> "implementation" --- 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..ecd9b78f9086 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -132003,7 +132003,7 @@ self: { executableHaskellDepends = [ base containers lens linear mtl random sdl2 sdl2-ttf text vector ]; - description = "Snake game implemetation in Haskell using SDL2"; + description = "Snake game implementation in Haskell using SDL2"; license = lib.licenses.gpl3Only; badPlatforms = lib.platforms.darwin; hydraPlatforms = lib.platforms.none;