diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 8f427f1a42f9..d2683b896a8f 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;