haskellPackages.RBTree: fix typo
"implemetation" -> "implementation"
This commit is contained in:
parent
bb34b50cea
commit
5b0b5c8d3a
1 changed files with 1 additions and 1 deletions
|
@ -17394,7 +17394,7 @@ self: {
|
|||
version = "0.0.5";
|
||||
sha256 = "0p46b105lixbxqjz8pwxf4asl4s7zdh2ss3nvgmp1rclqfg6cwrq";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Pure haskell Red-Black-Tree implemetation";
|
||||
description = "Pure haskell Red-Black-Tree implementation";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue