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

haskellPackages.data-rtuple: fix typo
This commit is contained in:
Weijia Wang 2023-05-08 19:30:32 +03:00 committed by GitHub
commit 323edefa03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}) {};