diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2025-02-17 11:12:09 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2025-02-17 13:03:27 -0800 |
commit | eb0d261cfdbcb5dd97e6b49e7ad4db3e7e1fa78e (patch) | |
tree | 96173bbb811c0df1a4a74a049ffc84e30bfbb002 | |
parent | ff2cfc5917af666146926cf6cf84bf3f81cf1d21 (diff) |
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".
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 0a58ee4d24..7af596ecf4 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -3994,7 +3994,7 @@ when used with GHC versions which already provide the (synopsis "Desktop Notifications client") (description "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}.") (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 [indexed-traversable](https://hackage.haskell.org/package/indexed-traversable) 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 @@indexed-traversable@@ package is light, having only GHC boot libraries as its dependencies.") @@ -17002,7 +17002,7 @@ scripting language <https://lua.org Lua>.") (inputs (list ghc-network)) (native-inputs (list ghc-hspec hspec-discover)) (home-page "https://github.com/yesodweb/wai") - (synopsis "Efficient netowrk recv") + (synopsis "Efficient network recv") (description "Network recv based on buffer pools") (license license:bsd-3))) |