Commit 82faf2f0 authored by fetsorn's avatar fetsorn
Browse files

haskellPackages.data-rtuple: fix typo

"usefull" -> "useful"
parent bb34b50c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
     }) {};