Unverified Commit fda0d666 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #230724 from fetsorn/typo/hs-haskell-snake

haskellPackages.haskell-snake: fix typo
parents 8a7539bb c1356da2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;