gnu: Fix typos in haskel package description and synopsis.

* gnu/packages/haskell-xyz.scm (ghc-fdo-notify)[description]: Fix spelling of
"protocol".  (ghc-indexed-traversable-instances)[description]: Fix spelling of
"formerly".  (ghc-recv)[synopsis]: Fix spelling of "network".
This commit is contained in:
Vagrant Cascadian 2025-02-17 11:12:09 -08:00
parent ff2cfc5917
commit eb0d261cfd
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -3994,7 +3994,7 @@ when used with GHC versions which already provide the
(synopsis "Desktop Notifications client") (synopsis "Desktop Notifications client")
(description (description
"This package provides a library for issuing notifications using "This package provides a library for issuing notifications using
@code{FreeDesktop.org's} Desktop Notifications protcol. This protocol is @code{FreeDesktop.org's} Desktop Notifications protocol. This protocol is
supported by services such as Ubuntu's @code{NotifyOSD}.") supported by services such as Ubuntu's @code{NotifyOSD}.")
(license license:bsd-3))) (license license:bsd-3)))
@ -16121,7 +16121,7 @@ a = Solo a . Note: it's not a @@newtype@@ . @@Solo@@ is available in
"This package provides extra instances for type-classes in the "This package provides extra instances for type-classes in the
[indexed-traversable](https://hackage.haskell.org/package/indexed-traversable) [indexed-traversable](https://hackage.haskell.org/package/indexed-traversable)
package. . The intention is to keep this package minimal; it provides instances package. . The intention is to keep this package minimal; it provides instances
that formely existed in @@lens@@ or @@optics-extra@@. We recommend putting that formerly existed in @@lens@@ or @@optics-extra@@. We recommend putting
other instances directly into their defining packages. The other instances directly into their defining packages. The
@@indexed-traversable@@ package is light, having only GHC boot libraries as its @@indexed-traversable@@ package is light, having only GHC boot libraries as its
dependencies.") dependencies.")
@ -17002,7 +17002,7 @@ scripting language <https://lua.org Lua>.")
(inputs (list ghc-network)) (inputs (list ghc-network))
(native-inputs (list ghc-hspec hspec-discover)) (native-inputs (list ghc-hspec hspec-discover))
(home-page "https://github.com/yesodweb/wai") (home-page "https://github.com/yesodweb/wai")
(synopsis "Efficient netowrk recv") (synopsis "Efficient network recv")
(description "Network recv based on buffer pools") (description "Network recv based on buffer pools")
(license license:bsd-3))) (license license:bsd-3)))