haskellPackages.data-rtuple: fix typo

"usefull" -> "useful"
This commit is contained in:
fetsorn 2023-05-08 20:23:01 +04:00
parent bb34b50cea
commit 82faf2f006

View File

@ -76652,7 +76652,7 @@ self: {
version = "1.0";
sha256 = "01gv16yz5y3wyc370a2snihz95wdnl7sk1jz9k7aypixsaw28a2f";
libraryHaskellDepends = [ base lens typelevel ];
description = "Recursive tuple data structure. It is very usefull when implementing some lo-level operations, allowing to traverse different elements using Haskell's type classes.";
description = "Recursive tuple data structure. It is very useful when implementing some lo-level operations, allowing to traverse different elements using Haskell's type classes.";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};