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

Merge pull request #230722 from fetsorn/typo/hs-data-rtuple

haskellPackages.data-rtuple: fix typo
parents 292f94a6 82faf2f0
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;
     }) {};