mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
haskellPackages.data-rtuple: fix typo
"usefull" -> "useful"
This commit is contained in:
parent
bb34b50cea
commit
82faf2f006
@ -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;
|
||||
}) {};
|
||||
|
Loading…
Reference in New Issue
Block a user